Closed
Description
Describe the bug
The (chartInstance)
EventEmitter does not mention that it might emit a null
value. This happens on component destroy, where the emitter emits a null
value.
Expected behavior
Either the emitter should not emit a null
value, or the (chartInstance)
emitter should include it in its type declaration.