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
In cerebral, we only want to allow signals to be called with objects, not primitive types (cerebral/cerebral#252). If we wanted action tree to handle this for us, it should require an object as the initialPayload (and probably the subsequent payload). This is related to #2.
Oh. I think we can restrict to Object, no matter if it serializable or not in action-tree and keep checking in cerbral dev-mode that payload is serializable
In cerebral, we only want to allow signals to be called with objects, not primitive types (cerebral/cerebral#252). If we wanted action tree to handle this for us, it should require an object as the
initialPayload
(and probably the subsequentpayload
). This is related to #2.@Guria If this shouldn't be handled with
action-tree
can you reopen cerebral/cerebral#252 ?The text was updated successfully, but these errors were encountered: