chore(core): remove experimental from state
This commit is contained in:
@@ -114,10 +114,6 @@ export function useState(): State {
|
||||
|
||||
disableKeyboardA11y: false,
|
||||
ariaLiveMessage: '',
|
||||
|
||||
__experimentalFeatures: {
|
||||
nestedFlow: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -197,10 +197,6 @@ export interface FlowProps {
|
||||
|
||||
autoPanOnConnect?: boolean
|
||||
autoPanOnNodeDrag?: boolean
|
||||
|
||||
__experimentalFeatures?: {
|
||||
nestedFlow?: boolean
|
||||
}
|
||||
}
|
||||
|
||||
// Todo: Remove in next major version
|
||||
|
||||
Reference in New Issue
Block a user