docusealco / docuseal-react

Embed Document Signing into React app
https://www.docuseal.com/react-document-signing
MIT License
25 stars 4 forks source link

Invalid Payload Error #5

Open graywolf336 opened 9 months ago

graywolf336 commented 9 months ago

Whenever an invalid token is provided to the builder, there is a console message but the UI continues to say "processing". You can reproduce this by <DocusealBuilder token="testing1223.14515442.145.123" /> and see that the UI only has processing, with no actionable items. I would like a prop that accepts onError or something similar to that so that I can handle the error gracefully.