-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
refactorPRs that refactor existing codePRs that refactor existing codetypescriptPRs or Issues surrounding Types or TS refactoringPRs or Issues surrounding Types or TS refactoring
Description
The codebase is severely lacking in null checks. Typescript has a setting for it ->> strictNullChecks. When I enable it now I get 1266 errors (in src folder alone).
Let's bring it down to 0 errors (or as close to 0 as we can) and then enable strictNullChecks
Also let's not allow this to block 3.0 release!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorPRs that refactor existing codePRs that refactor existing codetypescriptPRs or Issues surrounding Types or TS refactoringPRs or Issues surrounding Types or TS refactoring
Type
Projects
Status
Done