We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade react "@types/react": "^17.0.0" to "@types/react": "^18.0.28", this error show me.
<TwitterPicker width="100" colors={colors} triangle="hide" color={areaExtrato.cor} onChangeComplete={handleColor} />
"react-color": "^2.19.3", "react": "^18.2.0", "react-dom": "^18.2.0",
The text was updated successfully, but these errors were encountered:
I'm facing this same problem when I update to these versions.
devDependencies
"@types/react": "^18.2.31", "@types/react-color": "^3.0.9", "@types/react-dom": "^18.2.14",
Sorry, something went wrong.
same issue here with same version of react (I'm using SketchPicker)
@Dann1y I managed to solve it by deleting package-lock and yarn.lock and installing everything again
No branches or pull requests
After upgrade react "@types/react": "^17.0.0" to "@types/react": "^18.0.28", this error show me.
The text was updated successfully, but these errors were encountered: