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
Dispatching an action from an iframe to store defined in a parent window always throws Invariant Violation: Actions must be plain objects. Use custom middleware for async actions.
It fails on the check Object.getPrototypeOf(obj) === Object.prototype in isPlainObject.
Only way to fix this is to expose actions in the parent window.
The text was updated successfully, but these errors were encountered:
michalkvasnicak
changed the title
Dispatching action from iframe to store defined in parent window
Dispatching action from iframe to store defined in parent window always throws
Jul 23, 2015
Dispatching an action from an iframe to store defined in a parent window always throws
Invariant Violation: Actions must be plain objects. Use custom middleware for async actions.
It fails on the check
Object.getPrototypeOf(obj) === Object.prototype
inisPlainObject
.Only way to fix this is to expose actions in the parent window.
The text was updated successfully, but these errors were encountered: