Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(canvas): Refersh canvas after error
Currently, if there's an error during a flow parsing, an error message is shown to the user to explain what happens and suggest checking the source code. In the VSCode extension, the canvas doesn't refresh after an error, causing the editor to be stuck until the user closes the extension and reopens it again or switches to another tab. This commit addresses this issue by assigning a `key` property to the error boundary component, so it gets refreshed after an entity update that happens only after editing the source code. fix: #714
- Loading branch information