-
Type '(e: NodeMouseEvent) => void' is not assignable to type '(...args: unknown[]) => void'. |
Beta Was this translation helpful? Give feedback.
Answered by
xxxace
Feb 6, 2024
Replies: 1 comment 1 reply
-
Not sure where you get that error from - could you elaborate more on that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the reply.
now i use useVueFlow to avoid this.
const { onNodeDoubleClick } = useVueFlow({})