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
For historical reasons and lack of knowledge, many components have side effects which dispatch redux actions when certain pieces of state or props change.
Let's check all components where this is done and try to avoid it.
The text was updated successfully, but these errors were encountered:
acelaya
changed the title
Stop/reducing dispatching of redux actions from side effects
Stop/reduce dispatching of redux actions from side effects
Oct 14, 2024
For historical reasons and lack of knowledge, many components have side effects which dispatch redux actions when certain pieces of state or props change.
Let's check all components where this is done and try to avoid it.
The text was updated successfully, but these errors were encountered: