fixed wrong initial set on store
This commit is contained in:
@@ -147,7 +147,7 @@ export const createNodesStore = (
|
||||
checkEquality: false
|
||||
});
|
||||
|
||||
value = nodes;
|
||||
value = nds;
|
||||
|
||||
set(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user