Javascript – Edit- I fixed this, my fault (of course) Invalid hook call error on useEffect in a React component
I'm getting this error: The fix was that I needed to change state differently- the way I was updating state for my player and dealer hand was wrong. Uncaught Error: Invalid hook call. Hooks can only be called inside of…