[Bug]: v7_relativesplatpath
migration produces error "Matched leaf route at location [path] does not have an element or Component"
#12267
Labels
What version of React Router are you using?
6.28.0
Steps to Reproduce
Following the docs from https://reactrouter.com/en/main/upgrading/future#v7_relativesplatpath :
v7_relativeSplatPath
to
Note:
Routes.partstore.home === '/parts/'
/parts/
via URL.Expected Behavior
The index for the subrouter at
<LoadablePartStoreRoutes />
should render.Actual Behavior
LoadablePartStoreRoutes
aren't reached.The text was updated successfully, but these errors were encountered: