Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table: Cannot read properties of null ChildNodes #830

Open
Verickg opened this issue Jun 10, 2024 · 2 comments · May be fixed by #1172
Open

Table: Cannot read properties of null ChildNodes #830

Verickg opened this issue Jun 10, 2024 · 2 comments · May be fixed by #1172
Assignees
Labels
bug Something isn't working prio:high High priority

Comments

@Verickg
Copy link

Verickg commented Jun 10, 2024

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

  • BlockNote version: 0.13.4
  • Node version: 20.11.0
  • Package manager: npm
  • Browser: Chrome, edge
@Verickg Verickg added the bug Something isn't working label Jun 10, 2024
@matthewlipski matthewlipski added the prio:low Low priority label Jun 11, 2024
@Govind783
Copy link

+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

@matthewlipski matthewlipski added prio:high High priority and removed prio:low Low priority labels Jul 16, 2024
@matthewlipski
Copy link
Collaborator

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.

@YousefED YousefED linked a pull request Oct 25, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:high High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants