mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* chore: making the toast compatible with latest RA * fix: making the description prop as ReactNode * chore: updating toast docs * fix: fixing tests * chore(deps): update theme peerDependencies --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
155 B
155 B
| @heroui/toast | @heroui/theme |
|---|---|
| patch | patch |
Making toast compatible with RA upgrade. Changing the type of description prop to ReactNode(#5033).