WorldErrorContext
world/world.types.ts:25Context handed to the WorldOptions.onError handler whenever a
user-supplied component callback throws during the engine's update or
teardown.
{ componentKey: string; error: unknown; host: World | WorldObject; phase: WorldErrorPhase }