@hannah-saurusrexSubmitted over 4 years ago
My clear button isn't working, and i'm not sure how to fix it π¬π Any feedback would be greatly appreciated! βοΈ
My clear button isn't working, and i'm not sure how to fix it π¬π Any feedback would be greatly appreciated! βοΈ
Good job on a project Hannah! Looks like you had a little typo in your App component code: you used onCilck
(instead of onClick
) to pass a click handler to your "Clear" button. Actually, even React argued about that when I clicked that button, haha!