kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Editor packages installed with yarn causes inserted table to throw errors.

Open danieldimitrov91 opened this issue 1 year ago • 1 comments

I'm submitting a...

  • Bug report

Current behavior

Installing packages for the Kendo React Editor with yarn causes errors when a table is inserted and some columns are selected in order to merge or split them.

Everything seems to be working fine if the packages are installed with npm.

Expected behavior

When packages are installed with yarn and a table is inserted in the text editor and multiple columns are selected errors must not appear and the user must be able to merge or split the cells.

Minimal reproduction of the problem with instructions

https://stackblitz.com/edit/react-su15wr?file=app%2Fmain.tsx

You can also reproduce this issue by

  • creating a new vite + react app or with create-react-app.
  • install all reqired packages for the editor with yarn.
  • add the editor and insert a table.
  • select some columns

Environment

Browser:

  • Chrome (desktop) version 111.0.5563.111

System:

  • TypeScript version: 4.7.4
  • Node version: node v16.14.2, npm v8.5.0, yarn v1.22.19
  • Platform: Windows

danieldimitrov91 avatar Mar 29 '23 14:03 danieldimitrov91

Also reported in Ticket ID: 1650306

filipKovachev avatar Apr 30 '24 10:04 filipKovachev