mdbootstrap / Admin-Dashboard-Template-React-Bootstrap

Admin Dashboard template for React, Bootstrap & Material Design.
https://mdbootstrap.com/docs/react/
Other
45 stars 56 forks source link

Fix `react-router-dom` dependencies and bump `react-scripts` #4

Closed piotrkpc closed 3 years ago

piotrkpc commented 4 years ago

react-router-dom dependency was quite old, this pgk was already part of mdbreact dependencies. This mismatch caused the following error [0]. This change also bumps the version of react-scripts.

piotrkpc commented 4 years ago

Solves issue mentioned in the comment

Nael-Nathanael commented 4 years ago

I believe your solution is right, but removing react-router-dom from dependencies would make this app failed to run. Therefore, only updating react-router-dom should be suffice to fix this problem.