sunkint / vue3-editor

HTML editor using Vue.js 3, and Quill.js, an open source editor
16 stars 11 forks source link

Deprecation Warning in vue 3 #6

Open tejas208 opened 7 months ago

tejas208 commented 7 months ago

[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.

App.js

import { VueEditor } from "vue3-editor"; app.component('VueEditor',VueEditor);

Email.vue

Can you please tell me how can we remove this warning ?

rajcracker commented 6 months ago

@sunkint Same issue I facing any plan to remove this warning

rajcracker commented 6 months ago

@sunkint Can you update this to version 2 might remove this Screenshot from 2024-05-23 10-38-03