Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemaWizard: error boundary disables all actions #93

Open
pamfilos opened this issue Dec 3, 2024 · 1 comment · May be fixed by #98
Open

schemaWizard: error boundary disables all actions #93

pamfilos opened this issue Dec 3, 2024 · 1 comment · May be fixed by #98

Comments

@pamfilos
Copy link
Collaborator

pamfilos commented Dec 3, 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

@miguelgrc
Copy link
Collaborator

miguelgrc commented Dec 10, 2024

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
Closes cern-sis#93

Adds a reload page button to error boundary
Temporary "solution" to the SchemaTree update issue when loading schemas
@miguelgrc miguelgrc linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants