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 3585e62 commit 3ccf913Copy full SHA for 3ccf913
packages/core/src/store/state.ts
@@ -114,7 +114,8 @@ export function useState(): State {
114
115
disableKeyboardA11y: false,
116
ariaLiveMessage: '',
117
-}}
+ }
118
+}
119
120
// these options will be set using the appropriate methods
121
export const storeOptionsToSkip: (keyof Partial<FlowOptions & Omit<State, 'nodes' | 'edges' | 'modelValue'>>)[] = [
0 commit comments