-
Couldn't load subscription status.
- Fork 64
Open
Labels
Description
We have some untyped state laying around that should be fairly easy to type. Also, at times we use the empty string for the initial state when it should be undefined.
Review useState hooks:
- Which ones need typing? Type as
useState<MyType>(...) - Which ones need better default value? Replace empty string with
undefinedwhere sensible.