Skip to content

Commit

Permalink
chore: xstate migration
Browse files Browse the repository at this point in the history
Use reenter: true, not internal: false
  • Loading branch information
steveoh committed Apr 4, 2024
1 parent 905e738 commit 7050953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/machines/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const submissionMachine =
RESET: {},
UPDATE_CONTEXT: {
target: 'choosing datum',
internal: false,
reenter: true,
},
},
},
Expand Down

0 comments on commit 7050953

Please sign in to comment.