TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
5.9k stars 384 forks source link

Table: Cannot read properties of null ChildNodes #830

Open Verickg opened 3 weeks ago

Verickg commented 3 weeks ago

When i add a table option then add some column or rows, appear this error "Cannot Read Properties of null (reading 'childNodes')"

To Reproduce add table option then add some columns or rows, this error appears in blocknotesjs.org playground image

Misc