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
[New Version] Reading from value during component render. Please ensure that you do not access the value property or use get method of a shared value while React is rendering a component. #829
The warning "Reading from value during component render. Please ensure that you do not access the value property or use get method of a shared value while React is rendering a component." is still happening in 4.0.2
Expected behavior
Should not be happening (supposedly fixed in 4.0.0)