You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just open your package.json and add "postinstall": "npx flatten-dependencies react react-dom" to your "scripts", and then run npm run postinstall or npm install.
That will force the library to use the version of React defined by your project.
The ver of react is just 16.2.0. It's too old for UI Fabric which is based on 16.8.0.
The text was updated successfully, but these errors were encountered: