You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! contributor, thank you for opening an Issue 🎉.
@reactplay/maintainers will review your submission soon and give you helpful feedback.
If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring ⭐ this repository. Thank you and we appreciate your contribution to open source! Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.
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"
The text was updated successfully, but these errors were encountered: