library · inferred from evidence
Event
A global or class referenced in the context of DOM events.
- Novu React Native: TypeError: dispatchEvent parameter 1 is not of type 'Event'
Root cause: React Native's Hermes engine has no DOM `Event`/`EventTarget` globals, which the SDK's realtime socket layer needs. Fix: install `event-target-shim` and register its globals before the SDK initializes: ```js import { EventTarge