Skip to content

Using updateEdge() with Composition API doesn't immediately render update #294

Answered by bcakmakoglu
Modjular asked this question in Q&A
Discussion options

You must be logged in to vote

No, that seems to be a bug.

For now you can just use the way demonstrated in the examples.

const onEdgeUpdate = ({ edge, connection }) => {
  elements.value = updateEdge(edge, connection, elements.value)
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bcakmakoglu
Comment options

Answer selected by Modjular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants