Replies: 1 comment
-
|
The best way to find broken routes would be to prerender the app. That would handle edge cases like |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey guys,
Is there a way to scan your code to find invalid routes? I'm upgrading from v2 to v3 and I have a lot of broken routes, but at the moment I'm just finding out at runtime.
Is there a check I can do, or a plugin for VSCode, that would allow me to find invalid routes? Similar to type checking.
Beta Was this translation helpful? Give feedback.
All reactions