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
DovydasNavickas
changed the title
[Bug]: [v7] Layout routes params are generated as an empty object missing actual params
[Bug]: (v7) Layout routes params are generated as an empty object missing actual params
Oct 23, 2024
What version of React Router are you using?
7.0.0-pre.1
Steps to Reproduce
/app/routes/layouts/main.tsx
Expected Behavior
Layout params have route params just as any other route.
Actual Behavior
The layout effectively gets the route params and route params type is generated, but it is empty.
The text was updated successfully, but these errors were encountered: