Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typescript treats the `remember: false` as a literal type in the useForm call, which makes `tsc` fail when the checkbox calls `setData` with a boolean. This commit tells `tsc` to treat false as a boolean, which fixes the `tsc` error and makes `npm run build` pass
- Loading branch information