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

[Bug]: use VueNodeViewRenderer Function #3980

Open
1 of 2 tasks
appxq opened this issue Apr 24, 2023 · 4 comments
Open
1 of 2 tasks

[Bug]: use VueNodeViewRenderer Function #3980

appxq opened this issue Apr 24, 2023 · 4 comments
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Triage: Open A new issue or pullrequest that requires triage (added by default) Type: Bug The issue or pullrequest is related to a bug

Comments

@appxq
Copy link

appxq commented Apr 24, 2023

Which packages did you experience the bug in?

@tiptap/vue-3

What Tiptap version are you using?

2.0.3

What’s the bug you are facing?

injected property "decorationClasses" is a ref and will be auto-unwrapped and no longer needs .value in the next minor release. To opt-in to the new behavior now, set app.config.unwrapInjectedRef = true

What browser are you using?

Chrome

Code example

No response

What did you expect to happen?

injected property "decorationClasses" is a ref and will be auto-unwrapped and no longer needs .value in the next minor release. To opt-in to the new behavior now, set app.config.unwrapInjectedRef = true

Anything to add? (optional)

No response

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@appxq appxq added Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Triage: Open A new issue or pullrequest that requires triage (added by default) Type: Bug The issue or pullrequest is related to a bug labels Apr 24, 2023
@michelvermeulen
Copy link

michelvermeulen commented May 3, 2023

Same here. I'm a paid subscriber and I'm happy to help troubleshoot if I can.

@eybarta
Copy link

eybarta commented May 24, 2023

Hey, we're also getting this warning..
I think all that needs to be done is remove .value and opt-in to the unwrapInjectedRef config..
Or somehow disable the warning, it's very annoying:
image

@saideepesh000
Copy link

Same error here

@appxq
Copy link
Author

appxq commented May 14, 2024

fix code pls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Triage: Open A new issue or pullrequest that requires triage (added by default) Type: Bug The issue or pullrequest is related to a bug
Projects
Status: Triage open
Development

No branches or pull requests

6 participants