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
const hub = new EventEmitter
const $ = fromEvent('2STREAM', hub)
// I want to get all the arguments but only the first one comes
const fn = ([foo, bar, baz]) =>{}
runEffects(map(fn, $), scheduler)
hub.emit('2STREAM', 'foo', 'bar', 'baz')
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: