Forum Discussion
SharePoint framework react-script editor web part error
- 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
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.
Hi again Mikael, just wanted to tell you I got your webpart working in SharePoint 2019 on-prem (offline)
Seems the biggest issue is that when you create a project with the React Framework, it uses version 16.x.x of React which 2019 does not support. Downgrading to a version of the 15 release did the trick.
- nehasha108Apr 02, 2019Copper Contributor
I have the same issue and verified the version of React in my config file is 15.6.6 but still the exact same issue.
Failed to load component "3a328f0a-99c4-4b28-95ab-fe0847f657a3" (ScriptEditorWebPart).
Original error: ***Manifest not found for component id "974a7777-0990-4136-8fa6-95d80114c2e0" and version "1.5.1"Here is my package.json file:
- Mikael SvensonMar 15, 2019Iron Contributor
Hans Kristian Kristoffersen feel free to do a PR, and I'll happily downgrade to make it work more places.
Then again - DON'T USE this web part! :D