jodit / jodit-react

React wrapper for Jodit
MIT License
354 stars 118 forks source link

Add Row, Delete and Add Column Table button causes TypeError #263

Open ivxn97 opened 3 months ago

ivxn97 commented 3 months ago

Jodit Version: 4.1.2

Browser: Chrome OS: Mac Is React App: True

Expected behavior: Clicking on Add Row, Delete or Add Column button in table should open the dropdown menu for more options.

Actual behavior: Clicking on Add Row, Delete or Add Column button in table causes: Uncaught TypeError: t.toLowerCase is not a function

xdan commented 3 months ago

Hi, Did you check it in latest version?

ivxn97 commented 3 months ago

Hi, Did you check it in latest version?

Hi I have updated to 4.1.2 and the bug is still there.

ivxn97 commented 1 month ago

Any update on this error? image

cezarypiatek commented 4 days ago

It seems to be already fixed in the underlying library https://github.com/xdan/jodit/issues/1129 byt jodit-react latest release reference old version. @xdan would you mind releasing a newer version with the latest dependency?