Skip to content

Commit e8cbdd5

Browse files
committed
fix: fixed dependancies
1 parent acd1e22 commit e8cbdd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/kyb-app/src/components/organisms/DynamicUI/StateManager/StateManager.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,10 @@ export const StateManager = ({
8080
}, [
8181
prevAdditionalContextRef,
8282
additionalContext,
83-
stateMachine,
8483
workflowId,
8584
definition,
8685
definitionType,
8786
extensions,
88-
initialContext,
8987
]);
9088

9189
const reinitializeStateMachineWithNewState = useCallback(

0 commit comments

Comments
 (0)