refactor(flow!): Remove paneReady state value

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 2d7e2a710f
commit 60feb5d661
4 changed files with 39 additions and 50 deletions
-1
View File
@@ -39,7 +39,6 @@ const defaultState = (): State => ({
nodes: [],
edges: [],
paneReady: false,
initialized: false,
instance: null,