Tags: laravel/breeze
Tags
Supports Laravel 12 (#451) * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip * wip * wip * wip * wip --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
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` pass
PreviousNext