chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

React warning for expected <a> tag in <Link> component #221

Closed robbieaverill closed 3 years ago

robbieaverill commented 3 years ago

image

This is on every page when running in dev mode. There are a number of places where we use the Next.js <Link> component without a direct <a> as a child, but unsure which one is causing this error. I tried commenting some out but couldn't find the problem quickly.