import React from 'react'; import { Mentions } from 'antd'; const { Option } = Mentions; const getOptions = () => ['afc163', 'zombiej', 'yesmeck'].map(value => ( {value} )); const App: React.FC = () => ( <>