tessl install tessl/npm-emoji-picker-react@4.13.0Emoji Picker component for React Applications on the web
Agent Success
Agent success rate when using this tile
74%
Improvement
Agent success rate improvement when using this tile compared to baseline
1x
Baseline
Agent success rate without this tile
74%
Build a React component that displays an emoji picker with platform compatibility filtering. The component should allow users to select which emoji standard version to support, ensuring that only emojis compatible with older platforms are shown.
Your component should:
EmojiCompatibilityChecker@generates
export interface EmojiCompatibilityCheckerProps {
defaultVersion?: string;
}
export function EmojiCompatibilityChecker(props: EmojiCompatibilityCheckerProps): JSX.Element;Provides emoji picker functionality with version filtering support.
UI framework for building the component.