Forum Discussion
arvinditku3018
Sep 04, 2017Copper Contributor
SharePoint framework react-script editor web part error
Hello Everyone I tried to use Sharepoint react script editor web part and received below error. ***ERROR MESSAGE: ***Failed to load component "3a328f0a-99c4-4b28-95ab-fe0847f657a3" (ScriptEdi...
- Sep 04, 2017
You're trying to load artefacts from https://publiccdn.sharepointonline.com/techmikael.sharepoint.com/ - AFAIK that is the SharePoint tenant of Mikael Svensson, and not you :-)
Modify the config/config.json to point to YOUR location where you have your Office UI Fabric React components
Mikael Svenson
Jan 29, 2019Steel Contributor
Hi,
You probably need to downgrade Pernille-Eskebo npm packages to ~1.1.0 and possibly edit tsconfig.json and .yo-rc.json. If you create a dummy SPFx 2016 part - and copy the configs you should be able to get it working.
Guess I could do the work myself - but don't have any on-prem environments to test on :) If you create a PR which updates to SPFx v1.7.1 and changes lib compat to online as well I'll merge it.
Jason Katz
Feb 06, 2019Copper Contributor
I too received the error mentioned above. Sorry to bother, I'm new to this - so any help would be appreciated!
- Mikael SvensonFeb 06, 2019Steel Contributor..and the part is made for online. Onprem requires an effort.
- Mikael SvensonFeb 06, 2019Steel ContributorI suggest pulling down the latest dev branch and rebuild from github. And please log issues at github and not here. Easier to track :)