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

fix(canvas): Refresh canvas after error #715

Merged
merged 1 commit into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. 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: KaotoIO#714
    lordrip committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    650e703 View commit details
    Browse the repository at this point in the history