adrianhajdin / project_e_commerce

This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js.

Home Page:https://jsmastery.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anybody

koushik80 opened this issue · comments

Anybody
commented

Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

The above error occurred in the

component:

react.development.js:220 Warning: Each child in a list should have a unique "key" prop.

are you on addressForm or on checkout section

Can you post your code from the Checkout.jsx file here? It will make looking into your issue easier.