Question

I have followed the sample of Microsoft regarding create SPFx Extension. Everything worked well until I deploy it to the site.

After deployed the app into App Catalog, I could see the feature is activated on the destination site but there is no top/bottom placeholder show up in the modern UI.

I checked the console but found no issue as well: enter image description here

The weird thing is if I debug using the browser (Chrome) I can see that the break point at variable declaration is hit (const LOG_SOURCE) but the override onInit function is not hit.

Thanks,

Was it helpful?

Solution 2

It was fixed when they release the GA version. That's all

OTHER TIPS

Do you have a first release tenant? Extensions moved to RC0 about a month ago, but is still not considered production ready.

https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-RC-Drop-1.2

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top