lexical icon indicating copy to clipboard operation
lexical copied to clipboard

TableCellResizer: Table cell node not found

Open naveenthamizh opened this issue 2 years ago • 3 comments

I have implemented the lexical in my project, The editor loads with the default value comes from props, where the props will be html string, In my case props always be

,so the editor implements it with table. By the way i have included TableActionMenu, it contains all the options as playground.

NOTE: I have tried those things by using the playground code B

Actual behaviour : If i clicked any of options like delete table, add new row, it throws me error. And also i can't able to type inside the editor. If in commented the <TablePlugin/> everything works fine but i can't use table feature

Expected behaviour => similar to playground.

20230728_014902

naveenthamizh avatar Jul 27 '23 20:07 naveenthamizh

I have the same problem. Is there anyone that have fixed this? I copied the exact code from playground but it doesn't work

lSelectral avatar Dec 13 '23 12:12 lSelectral

same

JumpAttacker avatar Apr 24 '24 08:04 JumpAttacker

Just downgraded the version of table

naveenthamizh avatar Apr 24 '24 16:04 naveenthamizh

It's possible this was fixed in here: https://github.com/facebook/lexical/pull/6416. Can someone confirm there is still a series of actions that cause this crash?

ivailop7 avatar Aug 21 '24 19:08 ivailop7