refactor(core): use empty arr when updating all internals (#1476)

* refactor(core): use empty arr when updating all internals

* chore(changeset): add
This commit is contained in:
Braks
2024-06-18 12:29:29 +02:00
parent 55a76cd9ad
commit cff55c8ebf
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export class Storage {
const getters = useGetters(reactiveState, nodeLookup, edgeLookup)
const actions = useActions(id, reactiveState, nodeLookup, edgeLookup)
const actions = useActions(reactiveState, nodeLookup, edgeLookup)
actions.setState({ ...reactiveState, ...preloadedState })