Skip to content

Commit

Permalink
docs: fixed outdated onClickEmoji
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandbl authored Jul 27, 2022
1 parent cd7bfe8 commit a667e78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ const App = () => {
content: "😂",
}
]}
onClickEmoji={(emoji) => {
window.alert(emoji.content);
}}
isVisible={isVisible}
onClose={() => setIsVisible(false)}
onClickReaction={(reaction) => {
window.alert(reaction.content);
}}
trigger={
<button
onClick={() => {
Expand Down

0 comments on commit a667e78

Please sign in to comment.