jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Error when migrate from version 3.24.7 to latest

Open Spaceman2019 opened this issue 1 year ago • 3 comments

Jodit Version: 4.0.0-beta.61

Browser: Chrome/FF OS: Windows Is React App: False

Actual behavior: I switch from version 3.24.7 to 4.0.0-beta.61 and change only the import for css from jodit/build/jodit.es2018.en.min.css to jodit/es2021.en/jodit.min.css. When I start the app the browser show an external error and in the console I see: ReferenceError: css is not defined I check the problem for all folders, but it is the same. jodit-error

Spaceman2019 avatar Sep 14 '23 11:09 Spaceman2019

same here :/ temp works:

import 'jodit/es2021/jodit.min.css'
import { Jodit } from 'jodit/es2021/jodit'

emololftw avatar Oct 12 '23 16:10 emololftw

Hi, Is this being reproduced in the latest beta?

xdan avatar Nov 14 '23 21:11 xdan

Me too! ! I use the latest beta in Vue3 Project, the same error occurs.

But version 3.24.7 is OK!

lucky-zouzou avatar Nov 29 '23 13:11 lucky-zouzou