Closed kylekatarnls closed 4 months ago
As a work-around, I downgraded socket.io-client from 2.3.0 to 2.2.0 and it sounds to work fine again.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
👋 Hello,
I updated an Angular 7 project where ngx-socket-io worked well to Angular 10 (and ngx-socket-io 3.2.0).
Now starting the project with
ng serve
show a blank page, and I get this error in the console:So the following line in ngx-socket-io: https://github.com/rodgc/ngx-socket-io/blob/v3.2.0/src/socket-io.service.ts#L5
If I comment the
SocketIoModule.forRoot()
import inapp.module.ts
:The index page is probably displayed again with no errors.
Can you see what's wrong here?
Thank you for this helpful library ❤️