I'm working through the author's tutorial, task-app on https://egghead.io/courses/beautiful-and-accessible-drag-and-drop-with-react-beautiful-dnd. My code is identical, but the app does not work. Could it be because of the warnings? This is my first attempt to use react outside of codeSandbox. I started with >npx create-react-app task-app, imported styled-components, which worked, and then typed >yarn add react-beautiful-dnd. Among others, the following warnings appeared:
warning " > [email protected]" has incorrect peer dependency "react@^16.8.5".
warning " > [email protected]" has incorrect peer dependency "react-dom@^16.8.5".
Finally, drag and drop did not work even though my code was identical to the code in the tutorial.