Hi Tanner, I noticed in your video
https://learn.tanstack.com/courses/1024224/lectures/21754777
it seems you are only searching once the pokemon name is complete, however when i run the code it fires a fetch as each letter is typed into the input field.
Is there something i am missing in my example?
https://codesandbox.io/s/rq-85wtn?file=/src/App.js