React Hook "useEffect" is called in function "triggerFileDownload" which is neither a React function component or a custom React Hook function react-hooks/rules-of-hooks code example
Example: React Hook "useEffect" is called in function
React component names need to start with a capital letter.
That's because React treats components starting with lowercase letters as DOM tags.
Therefore you should name it "Shoes"