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
Following react-redux example. We need to pass as context an object with a getter, or directly a getter to get the swatch. Storing a dynamic value in context is a bad practise since shouldComponentUpdate returning false in intermedium components could prevent the connected components from receiving the updated swatch .
The text was updated successfully, but these errors were encountered:
Following
react-redux
example. We need to pass ascontext
an object with a getter, or directly a getter to get the swatch. Storing a dynamic value incontext
is a bad practise sinceshouldComponentUpdate
returningfalse
in intermedium components could prevent the connected components from receiving the updated swatch .The text was updated successfully, but these errors were encountered: