Route not updating its routeData
Consider the following FileRoutes
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?1 Reply
My
routeData
function was wrong.
Changing from:
to:
fixes the issue and everything works as expected.