fb-messenger
fb-messenger copied to clipboard
styling in react: installation issues
After uncommenting the code for part 3, running npm start throws errors:

When you npm install you can see this peer dependency error:
npm WARN [email protected] requires a peer of react-dom@>= 16.3.0 but none is installed. You must install peer dependencies yourself
Updating this in package.json works :+1: