You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I think the issue was due to the usage of webdev server. You have to play around with the commonsjs plugin, but I couldn‘t solve the problem directly. Hence, I switched to vitejs which doesn‘t have any issues with imports.
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: