LucasBassetti / react-simple-chatbot

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

fix content ref #290

Open joeltonguerreiro opened 3 years ago

joeltonguerreiro commented 3 years ago

The way to create refs was modified, following this documentation: https://pt-br.reactjs.org/docs/refs-and-the-dom.html

I also add the script start:dev to run webpack-dev-server and see the project working locally