primus / eventemitter3

EventEmitter3 - Because there's also a number 2. And we're faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make a modal listen to the parent event

guiraamos opened this issue · comments

I have my app emitting some events. At a certain point, I open a modal. I need this modal to listen for the event that the app emitted.

You need to pass event instances wherever you need them through context or whatever

Closing this as answered.