SolidJSS
SolidJSโ€ข3y agoโ€ข
1 reply
stiba

Route not updating its routeData

Consider the following FileRoutes

/[groupId].tsx // layout
/[groupId]/(groups).tsx
/[groupId]/[matchId].tsx


Going from /groupId to /groupId/matchId will trigger [matchId]'s routeData function, but going from [matchId] to another [matchId] does not.

Am I doing something wrong?
Was this page helpful?