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!
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
signerIdandsignerIdSelectorand the result is still the same. Below you can see an example w/signerIdSelectorSo it looks to me that once
PSClickWrapelement was mounted, you can't changesignerIdno 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!