I run the dev but in console, there’s an error saying "Check the render method of Products
". This is my App.
App.jsx
I want Products to be shown but it doesn’t appear. This is my Products.
Product.jsx
I run the dev but in console, there’s an error saying "Check the render method of Products
". This is my App.
App.jsx
I want Products to be shown but it doesn’t appear. This is my Products.
Product.jsx
2
Answers
your syntax is not true. use this :
If your error is the same as the image above, try using key in each child (Product Element) and it’s going to work! Like as follow:
To use index as a key is not appreciated in react so use id of product as a key. Documentation