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
I've analyzed your code and found that you should pass nextProps to initialize function inside componentWillReceiveProps. It has no sense to initialize it with old props (this.props)
I've analyzed your code and found that you should pass
nextProps
toinitialize
function insidecomponentWillReceiveProps
. It has no sense to initialize it with old props (this.props
)ref:
redux-view/src/ReduxView.jsx
Line 32 in 7e522ed
The text was updated successfully, but these errors were encountered: