When updating my dependencies ( eslint got problem currently in react-play when you use it with pnpm )
we got some errors :

Solution :
Comment this line in the file

Solution:
Delete current in the import

Solution:
delete the "event" variable in the onClick call.

Solution:
delete the "event" variable in the onClick call

Solution:
delete the "event" variable in the onClick calls

Solution:
Delete "plural" in the import
Delete "resp" as a parameter in then()

Solution:
Delete the import for playHeader
Delete the props in the function component

Solution:
Comment "const [error, setError] = useState('');"
Comment setError to console.log at line 45

Solution:
Comment "const data = structuringData[currState];"

Solution:
Don't import the useState at line 1

Solution:
Don't assign the fetch to the const "promise"
Don't assign the response result to the const "data"

Solution:
Comment line 3 where the import is done

Solution:
1- create a useState for "count" instead declaring it with let.
2 - make it works ( trick the code )

Solution:
Don't use "e" in the HandleCardColor as it not called inside the function

Solution:
Don't use event in the clickHandler function

Solution:
use the variable "err" as a parameter of setError

Solution:
Comment the line import for "data"