Question
text-input component depricated?
Hi folks,
I'm working on a html5 canvas project.
On my canvas are text-input boxes which give me the following warning in my browser:
"Use of Mutation Events is deprecated. Use MutationObserver instead."
Is there a way so i can fix this myself? Is it possible to look into the code of my components?
Greetings
Hagen