-
|
Currently I'm using lexical listerners to capture the created, updated, destroyed event The code works well if the mentionNode value has only one word, e.g: "@john, @john_1,...". |
Beta Was this translation helpful? Give feedback.
Answered by
hieuzeta
Nov 3, 2023
Replies: 1 comment
-
|
just move the mentionNodeList outside the useEffect, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hieuzeta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just move the mentionNodeList outside the useEffect, thanks!