-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
BUG: Recipe data is not Populated (Imp) #102
Comments
If anyone is interested in fixing this issue please comment |
This is an important bug need to be fixed asap |
@AlfiyaSiddique I can fix this too |
@yours7himanshu assiging to you |
Fix this on priority |
Okay I wanna ask one thing..like previously I had worked repo and my PR has now merged...So I wanted to delete that forked repo and then fork it again for solving the new issue.It would be fine or it's a bad practice? |
didi jo apne backend server jo appne deploy kiya tha uska url dena pls asap |
2nd one which was the main cause of the recipe.jsx and not causing the recipe to be populated is this - In your original code, you destructured the response data like this: javascript const { recipes, pagination } = response.data; However, pagination is already a state variable in your component. By naming the destructured value from response.data as pagination, you were unintentionally creating a conflict between the local variable pagination (from the API response) and the state variable pagination. |
i think this is related to pagination. |
hi @AlfiyaSiddique , i have fixed this issue, can i raise a PR? |
Assigning to @sadath2001 |
hi @AlfiyaSiddique , Raised a PR #129 |
Is there an existing issue raised for this?
Describe your issue
Due to some bug the recipe data is not populating please check this is asap and provide a solution
Steps to reproduce
Check Receipe page
Chec main meals page
What was the expected result?
The recipe card data should populate
Proposed solution
Please add your solution in the comment
Would you like to work on this issue?
None
Terms & Conditions
The text was updated successfully, but these errors were encountered: