Hey there, currently I’m integrating the bundle.js to my application to sign an agreement. I’m using a dialog to present this document, this dialog can be closed or opened (everytime that I open this dialog I’m loading again the DocuSign client and requesting the document url to load the embed view),
I was looking for a way to clean the event listeners of the signing but I can’t find any information about it.
I’m using React, there’s any way to remove the listeners associated when unmount the docusign embed document?