-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add type checking to build script #31
Conversation
+1 also have these errors. |
The error in Their union type for |
The other errors seem to be caused by the inertia package, see the discussion on inertiajs/inertia#2060. While the errors are not caused by the starter kit, I still think, that adding type checking is highly valuable. |
I've added a PR to the inertia repository that should fix this issue, see inertiajs/inertia#2246 for more information. |
I have created two PRs, which also fixes this problem here. @matthiasweiss @taylorotwell |
Since switching from I've already created a PR (#47), which changes all type definitions from interface to type. Let me know what you think @tnylea @taylorotwell |
Since my editor showed my a type error in the
ResetPassword
component, I tried to add type checking to thebuild
script. There are currently multiple type errors within the starter kit, a full list can be found down below.Has type checking been omitted on purpose? If not, I'd be glad to add it & fix up the errors that are currently in there.
The full list of type errors is the following: