-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix withoutSync()
history behaviour
#1720
Fix withoutSync()
history behaviour
#1720
Conversation
Based on my understanding, the following change should be enough to close #1719, but please correct me if I'm wrong.
|
@hardl Hey! Is there a reason for Travis CI pipeline not to run on this PR? |
was just in the queue ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 and since there is a separate ticket for the according e2e test, I accept this one.
Description
Changes proposed in this pull request:
.withoutSync()
should use historyreplaceState
instead ofpushState
Automatically formatted by Prettier via Husky. Relevant line:
286
.Related issue(s)
Fixes #1719