Replies: 1 comment
-
not at the moment. this would need to happen in the history. |
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.
-
Hi
Quick question about
basepathbehavior.In an MFE setup (Module Federation), I have:
But the router still reacts when the URL does NOT include
/mfe_base_path:NotFoundIs there a way to make the router strictly ignore anything outside the basepath?
Meaning:
/mfe_base_path, the router does nothing (no match, no notFound, no render)Or is this something that must always be handled outside the router?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions