chore(core): remove experimental from state

This commit is contained in:
braks
2024-02-15 17:46:21 +01:00
committed by Braks
parent ffdea45af4
commit bbf16e385c
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -114,10 +114,6 @@ export function useState(): State {
disableKeyboardA11y: false,
ariaLiveMessage: '',
__experimentalFeatures: {
nestedFlow: false,
},
}
}
-4
View File
@@ -197,10 +197,6 @@ export interface FlowProps {
autoPanOnConnect?: boolean
autoPanOnNodeDrag?: boolean
__experimentalFeatures?: {
nestedFlow?: boolean
}
}
// Todo: Remove in next major version