diff --git a/src/store/index.ts b/src/store/index.ts
index 59065db8..572d5cd1 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -22,8 +22,8 @@ export const initialState = (): FlowState => ({
height: 0,
},
transform: [0, 0, 1],
- nodeTypes: defaultNodeTypes,
- edgeTypes: defaultEdgeTypes,
+ nodeTypes: {},
+ edgeTypes: {},
elements: [],
nodes: [],
edges: [],