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
invariant(not@__mounted, "redux-component of type #{@displayName} was multiply initialized. This can indicate a cycle in your component graph, which is illegal. Make sure each instance is only used once in your tree. If you wish to use a component in multiple places, construct additional instances.")
25
25
@__mounted=true
26
26
@componentWillMount?()
27
-
@reducer=indirectReducer.bind(@)
27
+
#@reducer = indirectReducer.bind(@)
28
28
@updateReducer()
29
29
30
30
ReduxComponent.prototype.__willUnmount=->
31
31
invariant(@__mounted, "redux-component of type #{@displayName} was unmounted when not mounted. This can indicate an issue in a dynamic reducer component such as redux-components-map.")
0 commit comments