project_fitness_app
project_fitness_app copied to clipboard
bodyPartsData is not iterable
please check this code on SearchExercises.js: 18
same here
After you sign up to RapidAPI itself, you still need to sign up for the ExerciseDB separately.
- Go to
https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb/
- Select the 'pricing' menu,
- Then select the 'Basic' plan.
Restart your application to get it working as intended
same problem after subscribe the basic plan
Facing this same issue, let me know how to properly fix this
Facing this same issue, Can someone help?
facing same issue can anyone help?
someone, please debug this issue and share the solution
Today I stumbled upon this problem, what I did to solve it was changing this line (at BodyPart.js) const BodyPart = () => { to const BodyPart = ({ item, setBodyPart, bodyPart }) => {