Called when this effect is added
(context: EffectContext)
| 37 | // / Lifecycle methods |
| 38 | /** Called when this effect is added */ |
| 39 | setup(context: EffectContext): void; |
| 40 | /** Called when the effect's props are updated. */ |
| 41 | setProps?(props: any): void; |
| 42 | /** Called when this effect is removed */ |
no outgoing calls
no test coverage detected