Commit c40f7fc
authored
Fix tsc error on fresh install (#457)
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` pass1 parent 3aa5d34 commit c40f7fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments