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
Currently, handleSubmit is used as handleSubmit as any as otherwise it emits a type error.
The issue is mentioned here. Although it is marked as closed, it is not elegantly solved yet. Check the comments there and remove as any once it is fixed.
The text was updated successfully, but these errors were encountered:
Currently,
handleSubmit
is used ashandleSubmit as any
as otherwise it emits a type error.The issue is mentioned here. Although it is marked as closed, it is not elegantly solved yet. Check the comments there and remove
as any
once it is fixed.The text was updated successfully, but these errors were encountered: