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
<input
placeholder="username"
onChange={(e) => {
model.username = e.target.value; // Property 'value' does not exist on type 'EventTarget'.ts(2339)
}}
/>
The text was updated successfully, but these errors were encountered:
What is the feature you are proposing?
The text was updated successfully, but these errors were encountered: