Skip to content
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

Vue 3.2.31 breaks ckeditor5-vue #5492

Closed
retosteffen opened this issue Feb 28, 2022 · 6 comments
Closed

Vue 3.2.31 breaks ckeditor5-vue #5492

retosteffen opened this issue Feb 28, 2022 · 6 comments

Comments

@retosteffen
Copy link

Version

3.2.31

Reproduction link

stackblitz.com

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
ckeditor/ckeditor5-vue#203

@posva
Copy link
Member

posva commented Feb 28, 2022

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.

@posva posva closed this as completed Feb 28, 2022
@retosteffen
Copy link
Author

As the vue (3.2.31) update breaks ckeditor I can't really reproduce the bug without including ckeditor.

@LinusBorg
Copy link
Member

Reproduction: https://jsfiddle.net/Linusborg/wdb4scfv/

@LinusBorg LinusBorg reopened this Feb 28, 2022
@LinusBorg
Copy link
Member

Likely solved once #5417 is published, but still wanna take a look

@gravelfox
Copy link

gravelfox commented Apr 15, 2022

FYI #5417 did not fix this issue, however ckeditor5-vue has fixed with a workaround.

@posva
Copy link
Member

posva commented Apr 19, 2022

Aah, so it's just because the $test needs to be referenced as $data.$test because it starts with $. If that doesn't solve it, please open a new issue without ckeditor so we can take a look.

@posva posva closed this as completed Apr 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants