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.
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.