Redirect to same route
When I try to redirect to the same route with a new
Outputs the logs
beforeLoad: { code: ..., state: ... }
'redirecting'
beforeLoad: { showPriority: true }
priority: {},
priority: {},
search object it doesn't keep the search parameter from the redirect. I have tried with my mask and without it.Outputs the logs
beforeLoad: { code: ..., state: ... }
'redirecting'
beforeLoad: { showPriority: true }
priority: {},
priority: {},