We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99bc20 commit dd630b4Copy full SHA for dd630b4
packages/core/src/store/state.ts
@@ -114,12 +114,7 @@ export function useState(): State {
114
115
disableKeyboardA11y: false,
116
ariaLiveMessage: '',
117
-
118
- __experimentalFeatures: {
119
- nestedFlow: false,
120
- },
121
- }
122
-}
+}}
123
124
// these options will be set using the appropriate methods
125
export const storeOptionsToSkip: (keyof Partial<FlowOptions & Omit<State, 'nodes' | 'edges' | 'modelValue'>>)[] = [
packages/core/src/types/flow.ts
@@ -196,10 +196,6 @@ export interface FlowProps {
196
197
autoPanOnConnect?: boolean
198
autoPanOnNodeDrag?: boolean
199
200
- __experimentalFeatures?: {
201
- nestedFlow?: boolean
202
203
}
204
205
// Todo: Remove in next major version
0 commit comments