Ability to opt out of "No routes matched location" warnings #10851
AndrewLeedham
started this conversation in
Proposals
Replies: 1 comment 1 reply
-
I would like to add in order for us to upgrade a massive MFE app we had to use certain workarounds in order to upgrade to v6. Until we can reorganize our routes, this warning is absolutely killing us, even though our routing is working properly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Remix I have implemented a custom express integration where 404's fall-through to other express middleware. This works great, however we get warnings that react-router does not match any routes, which is expected and an un-needed warning in our case.
It would be great if we could opt out of this warning firing:
react-router/packages/react-router/lib/hooks.tsx
Line 430 in 4b494b9
Also, as a side not in regular development one log is easy enough to ignore. But in e2e testing it floods the output.
Beta Was this translation helpful? Give feedback.
All reactions