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
My react project is currently using "react": "^18.2.0"
The installation of the socket io client throws a compatibility error.
Given the error, I think the socket.io-client package is only compatible with the react version till 15.6.1
I guess this means, I force the installation or downgrade my react version which I think is not the right way to go.
The socket client should be able to work with the latest react versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My react project is currently using "react": "^18.2.0"
The installation of the socket io client throws a compatibility error.
Given the error, I think the socket.io-client package is only compatible with the react version till 15.6.1
I guess this means, I force the installation or downgrade my react version which I think is not the right way to go.
The socket client should be able to work with the latest react versions.
The text was updated successfully, but these errors were encountered: