dabit3 / next.js-amplify-workshop

AWS Amplify Next.js workshop
361 stars 87 forks source link

React dependency error #6

Open gr-qft opened 3 years ago

gr-qft commented 3 years ago

I'm seeing an error due to React 17 being used in the root project while @aws-amplify/ui-react@0.2.33 depends on React 16. Is the option --legacy-peer-deps as suggested in the terminal ok to use?

Thanks!