Update React Router to v7 #14253
Labels
frontend
status/ready-for-specification
Status: Used for issues that are ready for functional decription og detailed design.
team/studio-core
Description
The latest version of React Router (v6.28) triggered console.warn() for updates planned in the next major version (v7), which caused 290 tests to fail. The warnings were as follows:
A temporary fix has been added to
setupTests.ts
:silenceMessage
should be removed once the package has been updated.Here is an overview of potential code changes.
The text was updated successfully, but these errors were encountered: