Open
Description
The pointer interaction calls render(null)
on the initial render, which I believe calls through to context.dispatchValue
, resulting in a figure.dispatchEvent
before the generated figure has even been returned. There’s no need to dispatch an event during the initial render, since it’s not possible for external listeners to be registered yet. Avoiding this call would address some compatibility issues in non-browser environments.