react-quill
react-quill copied to clipboard
Multiple Quills on page (<EditorToolbar />)
Hi,
Documentation says nothing about this although it is an extremely basic feature.
How does one have multiple React Quills on page? If I add more than one, the page crashes. The issue being Modules with an error Uncaught TypeError: item is null
Many have faced similar issue but none of the solutions work in current React.
Has anyone had more than one Quills on their page that function?
Edit: to elaborate. Having multiple Quills works just fine, the problem is specifically whenver there are multiple <EditorToolbar />
Your input is appreciated.