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
Hi,
I'm using React SDK in order to add ClickWrap integration to the project. When user opens the page with IC checkboxes for the first time, IC uses correct email address from that user and everything works perfect. But if you leave the page and then come back with the different email address IC would still use an old one. I've tried both approaches with signerId and signerIdSelector and the result is still the same. Below you can see an example w/ signerIdSelector
So it looks to me that once PSClickWrap element was mounted, you can't change signerId no more. I know, that's really an edge case and most users won't end up in such situation, but maybe there is some way to fix that. Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using React SDK in order to add ClickWrap integration to the project. When user opens the page with IC checkboxes for the first time, IC uses correct email address from that user and everything works perfect. But if you leave the page and then come back with the different email address IC would still use an old one. I've tried both approaches with
signerId
andsignerIdSelector
and the result is still the same. Below you can see an example w/signerIdSelector
So it looks to me that once
PSClickWrap
element was mounted, you can't changesignerId
no more. I know, that's really an edge case and most users won't end up in such situation, but maybe there is some way to fix that. Thanks!The text was updated successfully, but these errors were encountered: