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
after first click,
window.location.href is https://fiddle.jshell.net/home?index=1;
What is actually happening?
after first click
but window.location.href is https://fiddle.jshell.net/home;
after first click
router.query == { index: 1 };
but window.location.href is https://fiddle.jshell.net/home;
setTimeout output is https://fiddle.jshell.net/home?index=1
Promise.resolve output is https://fiddle.jshell.net/home?index=1
The text was updated successfully, but these errors were encountered:
Version
2.7.0
Reproduction link
https://jsfiddle.net/6rzLab69/1/
Steps to reproduce
click button
What is expected?
after first click,
window.location.href is
https://fiddle.jshell.net/home?index=1
;What is actually happening?
after first click
but window.location.href is
https://fiddle.jshell.net/home
;after first click
router.query == { index: 1 };
but window.location.href is
https://fiddle.jshell.net/home
;setTimeout output is
https://fiddle.jshell.net/home?index=1
Promise.resolve output is
https://fiddle.jshell.net/home?index=1
The text was updated successfully, but these errors were encountered: