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
Doing this does not work, hence I believe that the parent path logic isn't the same as the one used in react router as when you click the backdrop, it will redirect to /image/:id without the actual ID.
The text was updated successfully, but these errors were encountered:
Good feature request. In the meantime, there is an undocumented workaround: you can provide a function for parentPath and it will be invoked with the current Match and the result will be used as the parentPath.
Is there a way for the parent path to have a param in it like the example below?
Doing this does not work, hence I believe that the parent path logic isn't the same as the one used in react router as when you click the backdrop, it will redirect to
/image/:id
without the actual ID.The text was updated successfully, but these errors were encountered: