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
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.
The text was updated successfully, but these errors were encountered:
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 acceptsonError
or something similar to that so that I can handle the error gracefully.The text was updated successfully, but these errors were encountered: