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
At the times it felt cleaner not to inject useless props to the children. load is an implementation detail that we didn't want the children to take care of, like for example, in its shoulComponentUpdate implementation
You have implemented
getDerivedStateFromProps
to avoid forward the load function. But why do you do that ? What problem are you trying to solve ?The text was updated successfully, but these errors were encountered: