Results 2 comments of Victor

It looks like the underlying definition is in the `@optrimizely/sdk` package so I've duplicated [this issue there](https://github.com/optimizely/javascript-sdk/issues/922). Since it would still take an update here not sure if you want...

6 years later and still an issue with no resolution 👎 I have a very simple reproduction. Emit an event in the callback: ``` componentDidLoad() { this.onReady.emit(true); } ``` in...