Links

Walkthrough

Open the app

Open DevTools

Right-click inspect element and select the Debugger tab. Then click command + P to search for and open two files:
  • src/components/chat-form.js,
  • and src/components/chat-wrapper.js.
src/components/chat-form.js
src/components/chat-wrapper.js

Video