reactgraphqlacademy/fb-messenger

styling in react: installation issues

Opened this issue · 0 comments

After uncommenting the code for part 3, running npm start throws errors:
image

When you npm install you can see this peer dependency error:

npm WARN styled-components@4.1.2 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 👍