Major Changes
-
#3455
ec39214c8
Thanks @davidkpiano! - The.send(...)
method oninterpreter.send(...)
now requires the first argument (the event to send) to be an object, e.g.{ type: 'someEvent' }
.-actor.send('SOME_EVENT') +actor.send({ type: 'SOME_EVENT' })