LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.74k stars 602 forks source link

Package makes use of deprecated DOMNodeInserted event. #380

Open thomassleeman opened 1 year ago

thomassleeman commented 1 year ago

Describe the bug It looks like react-simple-chatbot uses the deprecated event listener DOMNodeInserted to scroll downwards each time a new message appears on screen. Currently this prompts the following warning in chrome:

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

Are there any plans to update this?

nick-liggett-smt commented 1 year ago

I'm getting the same thing. Curios what the plan is for this?