Docs: three prop-table errors (offset default, hotkey type, containerAriaLabel placement)
Author: realkssCreated Aug 14, 2026Updated Aug 14, 2026
Three rows on sonner.emilkowal.ski disagree with the published package (checked against [email protected] dist/index.d.ts / index.mjs; all three reproduce today):
- /toaster —
offsetdefault shown as32px. v2 shipsVIEWPORT_OFFSET = '24px'. 32px was the v1 default. - /toaster —
hotkeytypedstring. It'sstring[](the code callshotkey.join('+')/hotkey.every(...); a string throwsTypeErrorand unmounts the Toaster). Default['altKey', 'KeyT']. - /toast —
containerAriaLabellisted as atoast()option. It's declared only onToasterProps; passed per-toast it's silently ignored, and it's absent from the /toaster table — so it's documented only where it doesn't work.
(A sibling PR fixes the same values where they were transcribed into emilkowalski/skills.)
Generated with Claude Code
Source: emilkowalski/sonner