ckeditor / ckeditor5-vue

Official CKEditor 5 Vue.js component.
https://ckeditor.com/ckeditor-5
Other
356 stars 77 forks source link

7.0.0 Upgrade - Syntax error reported and causes the view to white screen #303

Open djneely opened 2 months ago

djneely commented 2 months ago

After upgrading from 6.0.0 --> 7.0.0 we're seeing the following error show up in the console and the editor does not show and actually crashes (white screens) the view.

SyntaxError: The requested module '/node_modules/.q-cache/vite/spa/deps/@ckeditor_ckeditor5-vue.js?v=9dd8eef1' does not provide an export named 'default'

Witoso commented 2 months ago

Hi! :) Please read the release notes before updating the major version, the imports to the Vue component changed.