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
when for some reason there is an error boundary thrown in the UI (e.g wrong json uploaded), there is nothing that can be done
we need to undo/clear/revert state
e.g. can clear with new schema, can't use an uploaded one
The text was updated successfully, but these errors were encountered:
This is caused by the same issue mentioned in #88. As a temporary fix, we can simply force a reload when switching between schemas (or otherwise show a reload button next to the ErrorBoundary).
miguelgrc
added a commit
to miguelgrc/react-formule
that referenced
this issue
Dec 11, 2024
when for some reason there is an error boundary thrown in the UI (e.g wrong json uploaded), there is nothing that can be done
we need to undo/clear/revert state
e.g. can clear with new schema, can't use an uploaded one
The text was updated successfully, but these errors were encountered: