Skip to content

Debugging

const unstableEnableRowRenderEvents$: NodeRef<boolean>

Enables emission of unstable row render instrumentation events. Disabled by default to avoid paying the per-row event cost unless debugging.


const unstableRowRender$: NodeRef<UnstableRowRenderEvent>

Stream of unstable row render instrumentation events.


Fired after a row commit when unstable row render instrumentation is enabled.

boolean


number


UnstableRowRenderSection


boolean


UnstableRowRenderSection = "row" | "scrollable" | "sticky-left" | "sticky-right"

Fired after a row commit when unstable row render instrumentation is enabled.