Search masking not working for few pages #2331
Unanswered
kyusungpark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I added a few route masks and it used to all work properly, but now only 1 of 3 works and I can't figure out why the other two aren't working. Only
/practice
works properly. I also noticed that when i navigate from/practice
to/report
, it leaves off 2 search params that is not supposed to be in /report page.Users are able to navigate from: /practice -> /report -> /review
My routes
My masks
/practice works properly

/report page - not masked
/review page - not masked, but search params from /practice is not persisted
Any ideas why this might be happening? Help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions