Why deep link got retriggered after page reload? How to clear the used deep link? #11591
Unanswered
HuakunShen
asked this question in
Q&A
Replies: 1 comment 3 replies
-
onOpenUrl calls getCurrent on registration. can't remember why but imo it's a mistake. I'll open a PR to revert this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using deep link to do OAuth. It redirects to a auth callback page when triggered.
But when the page is reloaded (while I am on home page
"/"
), the old deep link event still gets triggered.I am using
onOpenUrl()
in JS.Is there a way to clear the used deep links?
Beta Was this translation helpful? Give feedback.
All reactions