-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
The application installs the latest version (6.7.0 as of the time of writing) for the react-router-dom npm package. But the code for the routing part consists of Switch, etc., which are now removed from the newer versions of the react-router packages.
Solutions:
- Either install the
5.2.0version of thereact-router-dommodule, which supports the concept ofSwitch, etc - Let the version of the module remain same, but update the code snippet being generated (https://stackoverflow.com/a/69968165)
Metadata
Metadata
Assignees
Labels
No labels