We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3d809 commit ad81ad3Copy full SHA for ad81ad3
1 file changed
integrations/react/src/future/useFlow.ts
@@ -20,7 +20,7 @@ export function useFlow(options?: UseFlowOptions): Actions {
20
const activityComponentMap = useActivityComponentMap();
21
const loadData = useDataLoader();
22
const actions = makeActions(
23
- () => config,
+ config,
24
() => coreActions,
25
activityComponentMap,
26
loadData,
0 commit comments