bcakmakoglu/vue-flow

๐Ÿ› [BUG]: useNodesData is not available in "@vue-flow/core" library, but is refernced in the documentaion, and also in examples

codeit13 opened this issue ยท 0 comments

Is there an existing issue for this?

  • I have searched the existing issues and this is a new bug.

Current Behavior

import { useNodesData } from "@vue-flow/core";

This gives an error, useNodesData function not found in the library.

Expected Behavior

import { useNodesData } from "@vue-flow/core";

This should work fine. useNodesData should be available in the library, but is not.

Steps To Reproduce

No response

Relevant log output

No response

Anything else?

No response