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.
I need to get a token from the server and then append to the
urlto share. I tried with thebeforeClickbut it not working.I get the token in the
beforeClickand seturlstate with newurland return aPromise. But the share window is opened with oldurl.Please help me on this issue. Thanks.