You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cause is an implicit any, see c2d626f. The reason TypeScript didn't complain about this issue is that I haven't yet configured strict: true in the TypeScript configuration. Doing that gives a lot of typing issues right now, it requires some time to fix all of those. It is on the to-do list though.
The OnChange function currently has the below signature, where
OnChangeStatus
isany
. It should likely be changed as follows:The text was updated successfully, but these errors were encountered: