Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ report
Function
report
packages/emcn/src/components/toast/toast.tsx:284–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
282
const el = contentRef.current
283
if (!el) return
284
const report = () => onMeasure(t.id, el.offsetHeight + CARD_BORDER_PX)
285
report()
286
const observer = new ResizeObserver(report)
287
observer.observe(el)
Callers
1
ToastItem
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected