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
Big refactor of componentWillReceiveProps lifecycle hooks. We no longer provide a default strategy for this. By default work functions will only get executed when a Component mounts. We now provide a new configuration property called shouldWorkAgain. Define this configuration item if you would like to be able to control if and when work should be executed again when your Component receives new props.: 23fb2e6