Rewrite <AutosuggestHashtag />
as FC and TS (#25481)
This commit is contained in:
parent
e1c9d52e91
commit
804488d38e
4 changed files with 44 additions and 46 deletions
|
@ -10,7 +10,7 @@ import Textarea from 'react-textarea-autosize';
|
|||
import AutosuggestAccountContainer from '../features/compose/containers/autosuggest_account_container';
|
||||
|
||||
import AutosuggestEmoji from './autosuggest_emoji';
|
||||
import AutosuggestHashtag from './autosuggest_hashtag';
|
||||
import { AutosuggestHashtag } from './autosuggest_hashtag';
|
||||
|
||||
const textAtCursorMatchesToken = (str, caretPosition) => {
|
||||
let word;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue