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: update react-router-dom to 5.2.0 #5

Closed Nael-Nathanael closed 2 years ago

Nael-Nathanael commented 4 years ago

Fixing #2.

Quoted from #4 : react-router-dom dependency was quite old.

I've tried solution posted at #4 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.

Tibinsunny commented 3 years ago

@Nael-Nathanael Thank You 👍

This resolved my Issue :-) . I think this is something to be fixed .