Contents
Why is my SPFX app not showing up in the webpart list?
If you are planning to share a new feature request (enhancement / suggestion), please use SP Dev UserVoice at http://aka.ms/sp-dev-uservoice. The list is being created as i install the app, but when i try to add the app to my page, the app is not showing up in the list of the available apps.
Where do I Find my SPFX Hello World webpart?
If you go to your app catalog site, can you go to https://yourtenant.sharepoint.com/sites/yourappcatalog/Lists/ComponentManifests/AllItems.aspx and see your webpart in the list of available components? Did you get your part working on your local workbench and / or hosted workbench before uploading it to the app catalog?
Why does client side webpart not show up in modern page toolbox?
@patmill There seem to be bug in pulling ‘Client Side WebPart’ to show up in the modern page toolbox when ‘Description’ and ‘Short Description’ not filled in against the app in app catalog.
Why is webpart not showing up in SharePoint?
Webpart not showing up and after removal there where several files in the recyclebin, one of those is 0kB. And that one can’t be removed. Ok, after an update in sharepoint (??, recyclebin look/behaves differently) things seem to be working again. Was now able to remove the item and reinstall, now webpart shows up.
By default the value of a web part property is not indexed by SharePoint Search and it’s not processed by SharePoint in any way. It’s passed to the web part exactly how it’s been entered by the user configuring the web part.
If the value contains any URLs pointing to files stored in SharePoint, as soon as one of these files is renamed or moved, SharePoint automatically updates the URL stored in the web part property. This significantly simplifies managing URLs across all web parts and pages in your tenant.
How are web parts handled in SharePoint framework?
When building web parts, SharePoint Framework allows you to specify what kind of value the particular web part property holds. This configuration determines how SharePoint handles the value.