-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
Describe the problem
We're currently on TypeScript 4.7. We should probably update to TypeScript 4.8 while we're making a bunch of breaking changes
Describe the proposed solution
Run pnpm -r update typescript
I tried and running pnpm check on the kit project is causing some issue with the generated types that I don't understand saying that await parent() is returning null. I'm only a TypeScript beginner, so am hoping someone more knowledgeable might have some more insight
Alternatives considered
No response
Importance
nice to have
Additional Information
No response