Files
xyflow/.changeset/happy-students-wink.md
T
2022-12-13 17:12:43 +01:00

8 lines
242 B
Markdown

---
'@reactflow/core': patch
'@reactflow/minimap': patch
'@reactflow/node-toolbar': patch
'reactflow': patch
---
Add `getNodes` function to the store so that you don't need to do `Array.from(store.getState().nodeInternals.values())` anymore.