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
Do not prefetch async state if handler of the same type
This matches the behaviour of getInitialAsyncState (w/o prefetchAsyncState call)
and of getInitialState. If an async state depends on props, then one would need
to initiate its update directly from componentWillReceiveProps (like one would
do with regular state).
0 commit comments