Closed chuwik closed 3 years ago
@types/react-router-dom was bringing in @types/react-router@5.1.11 as a dependency, but those types don't match the version of react-router used.
Now there's an explicit dependency on @types/react-router, pulling the right types version.
@types/react-router-dom was bringing in @types/react-router@5.1.11 as a dependency, but those types don't match the version of react-router used.
Now there's an explicit dependency on @types/react-router, pulling the right types version.