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
When I started app, and went on default app route, I've got a warning message: Warning: owner-based and parent-based contexts differ (values: undefined vs [object Object]) for key (flux) while mounting ConnectedComponent (see: http://fb.me/react-context-by-parent)
This message has gone when I removed FluxComponent in index.jsx, and pass flux instance to Handler instantly. index.jsx
Hello, first of all sorry for my bad english:) I've made code example, which can help you reproduce this error.
routes.jsx
index.jsx
AppHandler.jsx (Just a simple wrapper for now)
LandingHandler.jsx
When I started app, and went on default app route, I've got a warning message:
Warning: owner-based and parent-based contexts differ (values:
undefined
vs[object Object]
) for key (flux) while mounting ConnectedComponent (see: http://fb.me/react-context-by-parent)This message has gone when I removed FluxComponent in index.jsx, and pass flux instance to Handler instantly.
index.jsx
In both cases routing and Flummox lifecycle functionality work fine. Hopefully you can reproduce this bug. Thanks
The text was updated successfully, but these errors were encountered: