socket.io-react icon indicating copy to clipboard operation
socket.io-react copied to clipboard

Support for React version 18.*

Open Mohsin370 opened this issue 1 year ago • 0 comments

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

image

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.

Mohsin370 avatar Apr 27 '24 08:04 Mohsin370