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
It's not difficult for a user to trigger a validation error when loading a scene. At the moment, Isoflow fails silently (errors can only be seen in the console). Users will appreciate seeing an error message if Isoflow can't load their scene (probably best displayed in a modal). We use Zod for input validation, and ideally we would let the user know where the error is in their input (e.g. connector with id {xxx} references a node which doesn't exist), but at this point that would be a nice-to-have.
At minimum Isoflow should display an error message if the scene fails to load.
The text was updated successfully, but these errors were encountered:
It's not difficult for a user to trigger a validation error when loading a scene. At the moment, Isoflow fails silently (errors can only be seen in the console). Users will appreciate seeing an error message if Isoflow can't load their scene (probably best displayed in a modal). We use Zod for input validation, and ideally we would let the user know where the error is in their input (e.g.
connector with id {xxx} references a node which doesn't exist
), but at this point that would be a nice-to-have.At minimum Isoflow should display an error message if the scene fails to load.
The text was updated successfully, but these errors were encountered: