8 lines
242 B
Markdown
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. |