vue3-editor icon indicating copy to clipboard operation
vue3-editor copied to clipboard

Deprecation Warning in vue 3

Open tejas208 opened this issue 1 year ago • 3 comments

[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 ?

tejas208 avatar Apr 09 '24 13:04 tejas208

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

rajcracker avatar May 23 '24 05:05 rajcracker

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

rajcracker avatar May 23 '24 05:05 rajcracker

The author of this repository sadly passed away in 2023.

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

ashc0 avatar Apr 02 '25 07:04 ashc0