You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2025. It is now read-only.
Hey,
First of all - THANKS. This is a wonderful project.
Regarding my issue/question:
I have an application where, if the route does not match any route, I need to show an iframe.
The problem I have is that on every route change, the fallback component is first destroyed and then re-mounted. even if the previous and next route should fall back to the same component.
Is there a way to have that fallback component be destroyed only if it's not needed anymore?
Is there a way to use the "isMatch" function directly so I can check if any of my routes match and if not have my own logic? (somthing like react-router's matchPath utility)