Three rows on sonner.emilkowal.ski disagree with the published package (checked against sonner@2.0.8 dist/index.d.ts / index.mjs; all three reproduce today):
- /toaster —
offset default shown as 32px. v2 ships VIEWPORT_OFFSET = '24px'. 32px was the v1 default.
- /toaster —
hotkey typed string. It's string[] (the code calls hotkey.join('+') / hotkey.every(...); a string throws TypeError and unmounts the Toaster). Default ['altKey', 'KeyT'].
- /toast —
containerAriaLabel listed as a toast() option. It's declared only on ToasterProps; 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
Three rows on sonner.emilkowal.ski disagree with the published package (checked against
sonner@2.0.8dist/index.d.ts/index.mjs; all three reproduce today):offsetdefault shown as32px. v2 shipsVIEWPORT_OFFSET = '24px'. 32px was the v1 default.hotkeytypedstring. It'sstring[](the code callshotkey.join('+')/hotkey.every(...); a string throwsTypeErrorand unmounts the Toaster). Default['altKey', 'KeyT'].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