Skip to content

Commit

Permalink
setup function may lead to unexpected behavior (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-nanayakkara authored Nov 22, 2023
1 parent 87521af commit d90a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xstate-vue/test/typegenTypes.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('useMachine', () => {
setup() {
// @ts-expect-error
useMachine(machine);
return null;
return undefined;
}
});
});
Expand Down

0 comments on commit d90a595

Please sign in to comment.