jodit
jodit copied to clipboard
Error when migrate from version 3.24.7 to latest
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.
same here :/ temp works:
import 'jodit/es2021/jodit.min.css'
import { Jodit } from 'jodit/es2021/jodit'
Hi, Is this being reproduced in the latest beta?
Me too! ! I use the latest beta in Vue3 Project, the same error occurs.
But version 3.24.7 is OK!