No problem! Feel free to reply back if you run into any additional issues. There are a lot of moving parts with these demos, so the more eyes looking at it the better
Haha! Those are always the worst and most difficult to debug. I cloned your repo a few minutes ago actually to investigate what is going onâŠbut got distracted
I have been following the tutorial to the best of my ability but my code doesnât allow me to delete any list items. I did it all on codepen, can anyone look over my code and tell me what I am doing wrong? Here is the link. Note that I added a button to do the deleting the list items rather than attaching the onClick function to the li, I donât think that would change the programming but I can very well be wrong.
I keep getting the error âthis3 is not a functionâ, although earlier in the code I define this.deleteItem so I donât know what I could have overlooked. Thanks!
Edit: I changed some stuff around and now the error I get is âthis.props.delete is not a functionâ. What could I be missing?