Hey everyone. I have been racking my brain trying to figure out the issue with my React Recipe Box. I have searched through every part of the code to find the cause of the issue, but I have wasted far too many hours staring at my code. I also requested help in the Gitter chat a few time, but the responses were rare.
Whenever I fix an error, a new one arises. And after a few iterations, I get the same error I got in the beginning of the day. “Back to square one! ” I have wasted two days doing the same. And now I’m exhausted.
- Buttons randomly don’t work
- If I comment few cases in the
modifyRecipe()
the other cases work fine. But not together
I want to move onto next project or learn more about React. But I’m stuck and for the last two days I’ve learned nothing useful.
Here is the link to my project : React Recipe Box
The text is editable with a click on the text itself. For adding use the the large + to add a recipe and small + to add an ingredient. For deletion options use the pencil icon. Also the text is horizontally scrollable.
Help me please.