You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to mention use with @ character in the quill editor, it sometimes throws TypeError s.domNode.getBoundingClientRect is not a function in the console and the suggestions does not appears.
Steps for Reproduction:
I tried to replicate the issue locally but couldn't. The issue appears frequently in Vercel (sometime it works after multiple page refresh), where I have deployed my code.
Expected behavior:
The mention feature should show the suggestions
Actual behavior:
The following error is thrown in the console and the suggestions don't work
TypeError
s.domNode.getBoundingClientRect is not a function
Have you tried replacing react-quill with the forked react-quill-new in the interim until react-quill is updated? I made the fork and updated the type definitions there. Also follow #973 for updates on that.
When I try to mention use with
@
character in the quill editor, it sometimes throwsTypeError s.domNode.getBoundingClientRect is not a functio
n in the console and the suggestions does not appears.Steps for Reproduction:
I tried to replicate the issue locally but couldn't. The issue appears frequently in Vercel (sometime it works after multiple page refresh), where I have deployed my code.
Expected behavior:
The mention feature should show the suggestions
Actual behavior:
The following error is thrown in the console and the suggestions don't work
I am using nextjs(react):
The text was updated successfully, but these errors were encountered: