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.
https://jsmastery.pro
1.88k stars 507 forks source link

Anybody #46

Closed koushik80 closed 2 years ago

kabir0x23 commented 2 years ago

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

rjmead23 commented 2 years ago

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