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
The example was calling `bindActionCreators` inside of `render()`, which would produce new functions on every re-render. Moved that to the constructor so that they're only done once.
0 commit comments