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
Hello, I'm using the extension, I'm changing the buttons states in the modal depends on user clicks, it works fine but whenever I change the web page the modal window refreshes its state and I have to click on the buttons again. Is there a way to save the state of the modal window so when I click on the extension after page change it doesn't change again ?
The text was updated successfully, but these errors were encountered:
I think you should use React Router - I havent tried this but if you treat it like a regular link it will try to redirect in a traditional way. from React router dom might do the trick but just a hunch. I have yet to experiment myself.
Hello, I'm using the extension, I'm changing the buttons states in the modal depends on user clicks, it works fine but whenever I change the web page the modal window refreshes its state and I have to click on the buttons again. Is there a way to save the state of the modal window so when I click on the extension after page change it doesn't change again ?
The text was updated successfully, but these errors were encountered: