The grid (rendering) ยท console.warn
A cell.tooltip unmount threw while the tooltip was closing.
Printed by The grid (rendering), prefixed [lattice], since 1.59.0.
Warnings reference › tooltip-unmount
- Identifier
tooltip-unmount- Raised by
- The grid (rendering)
- Since
- 1.59.0
What happened
The tooltip's unmount threw on the way out. The tooltip still closes and its content is cleared, but whatever unmount was meant to stop - a timer, a chart's animation loop - may still be running behind a hidden box, which is a leak the grid cannot clean up on your behalf.
The fix
The error is attached to the console line. The grid guarantees exactly one unmount per successful mount, so the handler does not need to guard against being called twice.
Reference
Covered in full at the API reference.