changing route disable the button
If I first load or refresh the page the button is working fine but when I go to another page the button disabled. And If I refresh the page again button enable but again on next page or previous page it is disabled without even clicking the button at all.
We are facing same issue. @krishnaTORQUE any luck so far?
this props autoLoad={false}
in docs its by default but when I explicitly set this, its solve the issue.
But in private browser this wont work due to third party cookie block & other things set by browser.
same here
But in private browser this wont work due to third party cookie block & other things set by browser.
Getting the same behavior. Any ideas on how to make a PR to fix this?