chore(changesets): add

This commit is contained in:
moklick
2024-10-09 17:11:27 +02:00
parent 66998fa8e2
commit e816bb6953
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/react': patch
---
Fix internal behaviour that mutated user nodes which led to an issue with Redux and immer
+1
View File
@@ -20,6 +20,7 @@ import {
import { applyEdgeChanges, applyNodeChanges, createSelectionChange, getSelectionChanges } from '../utils/changes';
import getInitialState from './initialState';
import type { ReactFlowState, Node, Edge, UnselectNodesAndEdgesParams, FitViewOptions } from '../types';
const createStore = ({
nodes,
edges,