Vue 3.2.31 breaks ckeditor5-vue
Version
3.2.31
Reproduction link
Steps to reproduce
change vue to "3.2.30" and watch the error "ckeditor.js:84 TypeError: Cannot read properties of undefined (reading 'model')" go away.
What is expected?
ckeditor works without error before vue 3.2.31
What is actually happening?
ckeditor throws a console error
Linked to this issue in ckeditor https://github.com/ckeditor/ckeditor5-vue/issues/203
Your reproduction is not minimal, please read and follow https://new-issue.vuejs.org/?repo=vuejs/vue-next#why-repro when reporting a bug. Most bugs should be reproducible with the SFC Playground. In other words, we need a repro without ckeditor to check what the issue.
As the vue (3.2.31) update breaks ckeditor I can't really reproduce the bug without including ckeditor.
Reproduction: https://jsfiddle.net/Linusborg/wdb4scfv/
FYI #5417 did not fix this issue, however ckeditor5-vue has fixed with a workaround.