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
The text was updated successfully, but these errors were encountered:
Akash210085
changed the title
onSelectEmoji is selecting native emoji but set prop is assign to "apple"
onEmojiSelect is selecting native emoji but set prop is assign to "apple"
Jul 6, 2024
import emojiAppleData from "@emoji-mart/data/sets/15/apple.json";
import Picker from "@emoji-mart/react";
const [text, setText] = useState("");
const handleEmojiSelect = (e) => {
console.log(e);
setText((prevText) => prevText + e.native);
};
choosing first row emojis
The text was updated successfully, but these errors were encountered: