--- '@vue-flow/core': patch --- ⚠️ Deprecate options API utils `addEdge` and `updateEdge`. This utils will be removed soon! ## Resolve deprecation warnings Instead of using these utils, use `addEdges` and `updateEdge` found on the VueFlow store instance. You receive a store instance by using either a template-ref or listening to the `onPaneReady` event. ### Example ```vue ```