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
Desired behavior: Its value should update from 15 to 20 and then should lock at 20
Current behavior: Value is updating from 15 to 20 just on first change. Its not locking to 20
The text was updated successfully, but these errors were encountered:
I am unable to use it as a controlled component using
useState
hook.Demo: https://codesandbox.io/s/nnqlnxozxj
Code:
Desired behavior: Its value should update from
15
to20
and then should lock at20
Current behavior: Value is updating from
15
to20
just on first change. Its not locking to20
The text was updated successfully, but these errors were encountered: