Skip to content
Snippets Groups Projects
Verified Commit a4051330 authored by bree's avatar bree
Browse files

remove most uses of `as any` in typescript

- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
  - new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
parent 841320aa
Branches
No related merge requests found
Showing
with 109 additions and 82 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment