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
Right now it is possible the access the props' current value by calling props.value.
This might lead to bugs where a property is updated, but we still have an old reference to it.
We should find a way to deny access to this property.
Explain the problem
Right now it is possible the access the props' current value by calling
props.value
.This might lead to bugs where a property is updated, but we still have an old reference to it.
We should find a way to deny access to this property.
The text was updated successfully, but these errors were encountered: