We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem occurs at the beginning stage.
Map function is not giving the desired output.
Products.jsx page has the map function that should show the two products listed on top.
Product page is basically styling how the products will be displayed.
The moment I add that product component inside the map function, page goes blank.
For test, replace the product component inside map function with plain text, it appears on page.
What can be the issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem occurs at the beginning stage.
Map function is not giving the desired output.
Products.jsx page has the map function that should show the two products listed on top.
Product page is basically styling how the products will be displayed.
The moment I add that product component inside the map function, page goes blank.
For test, replace the product component inside map function with plain text, it appears on page.
What can be the issue?
The text was updated successfully, but these errors were encountered: