79404479

Date: 2025-02-01 05:47:00
Score: 1
Natty:
Report link

For typescript next.js

React.useEffect(() => {
  if (quillRef.current) {
    const editor = quillRef.current?.editor;

    if (editor) {
      editor.root.setAttribute("spellcheck", "false");
    }
  }
}, []);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jay Maniya