Skip to content

Commit ad81ad3

Browse files
author
anakin_karrot
committed
fix: type error
1 parent 0c3d809 commit ad81ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/react/src/future/useFlow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function useFlow(options?: UseFlowOptions): Actions {
2020
const activityComponentMap = useActivityComponentMap();
2121
const loadData = useDataLoader();
2222
const actions = makeActions(
23-
() => config,
23+
config,
2424
() => coreActions,
2525
activityComponentMap,
2626
loadData,

0 commit comments

Comments
 (0)