You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the featuresMap at the top of that file to map the product name from Stripe to a list of features to display.
One solution may be to just make sure the names of your products in that map match the names of your products in stripe.
The other error may be something that was fixed in a later version. I can tell by the directory it's calling that you're on an older version.
Try running the npm run update-from-upstream script, if you have a version from before that was added you can grab the js file from here and add the script to the package.json
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'map')
Source
src\components\subscription\SubscriptionCard.tsx (43:29) @ map
The text was updated successfully, but these errors were encountered: