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
If there is a state variable that holds a number, updating it via incrementer/decrementer doesn't render the updated value in the component. Instead it only updates if you focus (click) onto the field and press Enter.
What is the expected behavior?
The incrementer/decrementer should render the updated value without having to focus onto the field and press Enter.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React Devtool: 4.0.6
Browser: Firefox Dev 70.0b6 (64-bit)
(Timer state variable updates the value in Session)
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Report a Bug
What is the current behavior?
If there is a state variable that holds a number, updating it via incrementer/decrementer doesn't render the updated value in the component. Instead it only updates if you focus (click) onto the field and press Enter.
What is the expected behavior?
The incrementer/decrementer should render the updated value without having to focus onto the field and press Enter.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React Devtool: 4.0.6
Browser: Firefox Dev 70.0b6 (64-bit)
(Timer state variable updates the value in Session)

The text was updated successfully, but these errors were encountered: