We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried Quill v2.0.3 with a bare minimal example, but on loading the page I only receive the error:
block.js:2 Uncaught SyntaxError: The requested module './../../quill-delta/dist/Delta.js' does not provide an export named 'default' (at block.js:2:8)
Steps for Reproduction
npm install && npx wds --node-resolve open /
Expected behavior:
Page loads properly without errors
Actual behavior:
Platforms:
MacOS 15, Chrome 131.0.6778.206 (but fails on other browsers as well)
Version:
2.0.3
quill_export_error_mre.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried Quill v2.0.3 with a bare minimal example, but on loading the page I only receive the error:
block.js:2 Uncaught SyntaxError: The requested module './../../quill-delta/dist/Delta.js' does not provide an export named 'default' (at block.js:2:8)
Steps for Reproduction
npm install && npx wds --node-resolve open /
Expected behavior:
Page loads properly without errors
Actual behavior:
block.js:2 Uncaught SyntaxError: The requested module './../../quill-delta/dist/Delta.js' does not provide an export named 'default' (at block.js:2:8)
Platforms:
MacOS 15, Chrome 131.0.6778.206 (but fails on other browsers as well)
Version:
2.0.3
quill_export_error_mre.zip
The text was updated successfully, but these errors were encountered: