Skip to content

Commit bbf16e3

Browse files
committed
chore(core): remove experimental from state
1 parent ffdea45 commit bbf16e3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/core/src/store/state.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ export function useState(): State {
114114

115115
disableKeyboardA11y: false,
116116
ariaLiveMessage: '',
117-
118-
__experimentalFeatures: {
119-
nestedFlow: false,
120-
},
121117
}
122118
}
123119

packages/core/src/types/flow.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ export interface FlowProps {
197197

198198
autoPanOnConnect?: boolean
199199
autoPanOnNodeDrag?: boolean
200-
201-
__experimentalFeatures?: {
202-
nestedFlow?: boolean
203-
}
204200
}
205201

206202
// Todo: Remove in next major version

0 commit comments

Comments
 (0)