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
Hi, would it be possible to make a ModalRoute always mount last via a prop?
For example for when you need the modal behind to finish loading before mounting the front one.
The text was updated successfully, but these errors were encountered:
If you have two or more <ModalRoute> components mounted, they are stack-ordered based on the length of the match to the location: so that a ModalRoute that matches /foos/42/details sits "on top" of one that matches just /foos/42.
What is the behavior you are seeing? If you post a code example perhaps I can help.
Hi, would it be possible to make a ModalRoute always mount last via a prop?
For example for when you need the modal behind to finish loading before mounting the front one.
The text was updated successfully, but these errors were encountered: