Replies: 1 comment
-
It doesn't seem to be exposed in Remix since it's used internally to implement Remix's lazy route discovery. Exposing it would risk impacting that functionality since it's built on remix/packages/remix-react/browser.tsx Line 313 in 58d167d You would have to use |
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
-
Hi!
I'm trying to figure out if we can use Lazy Route Discovery with custom/remote lazy route loading in Remix, or if that's a react router only option. I'm having a hard time finding how I can try out something like
unstable_patchRoutesOnMiss
from within Remix's configuration.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions