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
+1 faced this error many times
exact error - TypeError: Cannot read properties of null (reading 'childNodes')
not sure why has this issue been assigned a low priority label, we rely heavily on blocknote and especially the table component, and every time the user has added a 3/4 columns and he goes onto adding a row the app crashes and gives that error of child nodes @matthewlipski@YousefED
also until your team patches the fix is there a quick work-around that you can suggest @matthewlipski@YousefED
This may be fixed with #856, though that PR unfortunately will have to introduce breaking changes to old documents in the way tables are represented in the API.
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
Misc
The text was updated successfully, but these errors were encountered: