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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/remix-run/react-router/tree/dev/examples/modal
This example shows how to open an modal, while showing previous route as background.
How could you achieve this with
createBrowserRouter
?https://github.com/remix-run/react-router/tree/dev/examples/modal-route-with-outlet
This is an example using
createBrowserRouter
, but the modal could only be opened at fixed route (the gallery route).How can I pass the
location
tocreateBrowserRouter
? Is there any workaround?Beta Was this translation helpful? Give feedback.
All reactions