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

[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information. #589

Open
devxtools opened this issue Aug 26, 2024 · 15 comments

Comments

@devxtools
Copy link

Version
"@vueup/vue-quill": "^1.2.0"

Describe the bug
[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.

image

@mohsenMJ
Copy link

I have the same issue, any solution?

@lucasDevGigage
Copy link

use in your package.json

  "overrides": {
    "quill": "^2.0.2"
  },

@devxtools
Copy link
Author

use in your package.json

  "overrides": {
    "quill": "^2.0.2"
  },

This is OK, it solves the problem, it is effective

@SkyAphid
Copy link

SkyAphid commented Sep 1, 2024

This solution didn't work for me, I'm still getting the error. Is this library even being maintained anymore?

@mohsenMJ
Copy link

mohsenMJ commented Sep 1, 2024

It didn't work for me too

@zhoupeng260641663
Copy link

@mohsenMJ @SkyAphid Different package managers have different configurations . you can see https://developer.aliyun.com/article/1050105

@dmarko484
Copy link

dmarko484 commented Sep 10, 2024

An "overrides" section also didn't work for me. I'm using yarn, so I added:

"resolutions": {
    "quill": "^2.0.2"
  },

This fixed the issue ... details here: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/

@FXAZfung
Copy link

I'm also experiencing this problem and can't solve it using the above method, has the library stopped being maintained?

@Jhomalex
Copy link

Jhomalex commented Oct 9, 2024

If you are using pnpm, you could try adding this one on package.json
"pnpm": { "overrides": { "quill": "^2.0.2" } }

@crownAzaf
Copy link

Is this library even being mantained anymore? Last version realease was a year ago.

@SkyAphid
Copy link

Is this library even being mantained anymore? Last version realease was a year ago.

The lead contributor on this project hasn't pushed anything in a year period. Hopefully he's alright. As for quill itself, it got an update this year but that's it. That said, if you're making a small project, I personally still recommend this over everything else. I wanted to rid of this API from my project because it seemed to be dead, but there's not a single rich text editor out there for vue that's as simple and straight forward as this. The rest are insanely over-engineered and take a lot of time to set up and achieve what VueQuill can in less then ten lines of code.

My project is an offline/local oriented tool, so VueQuill works and does the trick just fine.

@davision
Copy link

@SkyAphid Have you tried TipTap? It is very easy to use too.

@SkyAphid
Copy link

@SkyAphid Have you tried TipTap? It is very easy to use too.

I tried Tiptap, but got frustrated with all of the setup it takes, on top of the fact that it wasn't playing nice VueFlow at all. The project was something I needed to get done quickly because it's basically just a tool for my main project. I'd be willing to give it another try eventually, but I'd need to find someone to mentor me through it since that project was also my first time ever learning/using VueJs/Javascript/CSS/HTML. The project is here if you want to take a look: https://github.com/SkyAphid/corkboard

@nycynik
Copy link

nycynik commented Nov 17, 2024

Yea, here too. We need someone who can approve pull requests now :) To keep this going.

@ASHUIMEI
Copy link

use in your package.json

  "overrides": {
    "quill": "^2.0.2"
  },

I add this and it work, but why the 'code-block' in ToolBar lose its style?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests