adrianhajdin / ecommerce_sanity_stripe

Modern Full Stack ECommerce Application with Stripe

Home Page:https://jsmastery.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

products.map

Siddhi-Goyal opened this issue · comments

Server Error
TypeError: products?.map is not a function

{products?.map((product) => )}
Not able to figure out the solution.

Hey @Siddhi-Goyal . Did you get it fixed?

@Siddhi-Goyal you get this error in case of of products is null or undefined then you might get this error.
check your product is empty or not..