Javascript – "React Hooks in Action" exercise error : filter not found in JSON
I am doing the exercises in John Larsen's book React Hooks in Action, chapter 2. When I clone his repository, the react app starts successfully. However, when I write it myself (and check again that I did not overlook any…