-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to run on Vite #4003
Comments
after I installed lodash, The build failed error disappeared, but the editor didn't work.
|
@hayato07 Thanks for reporting this. I'm working on a fix for the lodash issue. Can you expand on how the editor didn't work? |
Looks like the style is missing. Can you check if you included the CSS files required by Quill? https://v2.quilljs.com/docs/installation |
It worked fine thanks to you. +import 'quill/dist/quill.snow.css' I would like the documentation to mention that lodash must be installed. |
The requirement of lodash is a bug and will not be needed in the next release. |
Steps for Reproduction
Expected behavior:
editor will be displayed.
Actual behavior:
Error happened.
Platforms:
browser:
Google Chrome 121.0.6167.160(Official Build)(arm64)
OS:
macOS Ventura 13.2.1
Version:
"vite": "^5.1.0"
"quill": "^2.0.0-rc.0"
Run
Quill.version
to find outThe text was updated successfully, but these errors were encountered: