bcakmakoglu / vue-flow

A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
https://vueflow.dev/
MIT License
3.76k stars 243 forks source link

🐛 [BUG]: useNodesData is not available in "@vue-flow/core" library, but is refernced in the documentaion, and also in examples #1366

Closed codeit13 closed 5 months ago

codeit13 commented 5 months ago

Is there an existing issue for this?

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