udecode / plate

A rich-text editor powered by AI
https://platejs.org
Other
12.08k stars 737 forks source link

Clicking on any table border causes error: "rowSizeOverrides.get is not a function" #2831

Closed bobalazek closed 10 months ago

bobalazek commented 11 months ago

Steps to Reproduce

  1. Go to https://platejs.org/docs/table
  2. Click on the border of any table on any playground of the page
  3. You should see a "Application error: a client-side exception has occurred (see the browser console for more information).". Locally, with debug enabled it's rowSizeOverrides.get is not a function

Expected Behavior

The error should not be thrown if clicking, since it prevents you from resizing rows and cells.

Environment

Funding

Fund with Polar

MrBlackGhostt commented 11 months ago

yes when click on the table border its show the error i want to work on this issue and solve it can it will assign to me

12joan commented 11 months ago

@MrBlackGhostt It looks like we've already got a fix for this: #2832. Thanks for your offer of help!

12joan commented 10 months ago

The #2832 fix was a workaround. Re-openning to close with #2867.