You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add v10 migration guide for ReactionPickerIconList
This commit updates the `v10-migration.md` document to include a detailed migration guide for the `ReactionPickerIconList` widget.
The guide outlines key changes, including:
- Removal of the `message` parameter.
- A type change for `reactionIcons` to `List<ReactionPickerIcon>`.
- Renaming `onReactionPicked` to `onIconPicked` with an updated signature.
It provides a clear before-and-after code example demonstrating how to adapt to the new API, which now requires handling the reaction selection state externally.
0 commit comments