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
When following the tutorial to this point I want the app to build and run properly when running yarn start, as described in the doc.
What happened instead:
The build failed with the message :
./node_modules/connected-react-router/esm/ConnectedRouter.js
Module not found: Can't resolve 'lodash.isequalwith' in '/react-admin/node_modules/connected-react-router/esm'
// in src/App.jsimport*asReactfrom"react";import{Admin}from'react-admin';importjsonServerProviderfrom'ra-data-json-server';constdataProvider=jsonServerProvider('https://jsonplaceholder.typicode.com');constApp=()=><AdmindataProvider={dataProvider}/>;exportdefaultApp;
Browser: Brave Version 1.19.90 Chromium: 88.0.4324.146
Stack trace (in case of a JS error):
./node_modules/connected-react-router/esm/ConnectedRouter.js
Module not found: Can't resolve 'lodash.isequalwith' in '/react-admin/node_modules/connected-react-router/esm'
The text was updated successfully, but these errors were encountered:
What you were expecting:
When following the tutorial to this point I want the app to build and run properly when running
yarn start
, as described in the doc.What happened instead:
The build failed with the message :
Steps to reproduce:
Create new react app :
Change App.js as follow:
Related code:
https://github.com/guilbill/tuto-react-admin
Other information:
It is related with a bug on connected-react-router : supasate/connected-react-router#480
Environment
The text was updated successfully, but these errors were encountered: