Closed
Description
React version:
16.12.0
Steps To Reproduce
- Enter a valid number in the textbox that uses strict mode. Notice the value changes in the textbox that does not use strict mode
- Enter a valid number in the textbox that does not use strict mode. Notice the value does not change in the textbox that uses strict mode
Link to code example:
https://codesandbox.io/s/elated-mendeleev-1m5tm
The current behavior
Derived value does not update in strict mode
The expected behavior
Derived value should update in strict mode