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
I need to get a token from the server and then append to the url to share. I tried with the beforeClick but it not working.
I get the token in the beforeClick and set url state with new url and return a Promise. But the share window is opened with old url.
Please help me on this issue. Thanks.
The text was updated successfully, but these errors were encountered:
I need to get a token from the server and then append to the
url
to share. I tried with thebeforeClick
but it not working.I get the token in the
beforeClick
and seturl
state with newurl
and return aPromise
. But the share window is opened with oldurl
.Please help me on this issue. Thanks.
The text was updated successfully, but these errors were encountered: