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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
This code works, but only sometimes and I can't seem to alienate what is causing it to work sometimes and not others. I can sometimes navigate through the whole app where the urls are being replaced and other times it will show the ids half way through.
Is this the correct implementation?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using cleanUrlTracker to remove dynamic url props from the url in my React single page app which uses reach router for navigation.
I have this within the script tag in index.html
The user param is an 8 digit alpha numeric code and the id is a guid.
I also have this code attached to reach routers history
This code works, but only sometimes and I can't seem to alienate what is causing it to work sometimes and not others. I can sometimes navigate through the whole app where the urls are being replaced and other times it will show the ids half way through.
Is this the correct implementation?
The text was updated successfully, but these errors were encountered: