-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root router have a path different to '' or '/' #10852
Conversation
🦋 Changeset detectedLatest commit: 9033e73 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-authored-by: Matt Brophy <[email protected]>
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
Thank you! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
I've detected that getShortCircuitMatches is able to find a default or root router. However, there may be cases where this root router has a base path.
In my plugin, vite-plugin-remix, which supports base path deployment, I've encountered an issue related to these rules. I've searched for documentation or a definition regarding the "shim-error-route" but couldn't find any.
I'm submitting this PR to address this issue.