import React from "react"; import styles from "./index.less"; import { Mentions } from "antd"; const { Option } = Mentions; function getOptions() { return ["afc163", "zombiej", "yesmeck"].map(value => ( )); } function App() { return (
{getOptions()}
{getOptions()}
); } export default () => (
);