Questions tagged [spfx-tooling]
Technical questions about the development tooling for the SharePoint Framework client-side development model.
181 questions
0 votes
0 answers
33 views
Understanding Vulnerabilities in SharePoint Framework Core Libraries and its Transitive Dependency
I am currently working on some of the SharePoint Framework (SPFx) webparts and have noticed that many core libraries used in SPFx have numerous transitive dependencies. When building an SPFx web part, ...
0 votes
0 answers
113 views
SPFX Library - React Content Query Online
The official sample React Content Query Online stops working on Sharepoint Online. https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-content-query-online I got a generic error: Any ...
0 votes
2 answers
132 views
SharePoint Framework on SharePoint Server 2019
Which node and which gulp, yo and so on I should install before developing SharePoint Framework on SharePoint 2019 server. I tried node 11.15. and now I'm try to fight with node 12.22.12 and I can't ...
0 votes
1 answer
109 views
Is app with SPFx version 1.4.1 compatible with SharePoint Online?
Is app with SPFx version 1.4.1 compatible with SharePoint Online? I deployed SPFx app of version 1.4.1 and it has problem to sometimes load the web part and sometimes not, is it because of version ...
1 vote
0 answers
77 views
Facing issues while create Sharepoint lists with lookups columns using xml
I want to create two list 1) Employee details and 2) Selected Employee programatiocally using XML in SPFx. So, I have created two files for each list 1) element.xml and 2) Schema.xml. And added that ...
1 vote
1 answer
4k views
gulp serve error
I'm trying to work on a project of a SPFx web part. The project was built normally but when I try to test my web part on my tenant the following error occurs: Error: Your dev environment is running ...
0 votes
0 answers
254 views
Sharepoint Online SPFx error on all webparts : Something went wrong -> Mismatched anonymous define() module
Error on sharepoint online SPFX webparts as, Something went wrong -> Mismatched anonymous define() module
0 votes
1 answer
159 views
Web part with Persona stopped working
I have a SPfx web part that uses the Persona component. That component just started failing on SharePoint Online in the last day or two. It still works in my localhost workbench, but fails on ...