diff --git a/.changeset/serious-books-itch.md b/.changeset/serious-books-itch.md new file mode 100644 index 00000000..c0f0cea2 --- /dev/null +++ b/.changeset/serious-books-itch.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": minor +--- + +Add `onError` hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed