Closed matthewp closed 7 years ago
The problem is that DoneJS 0.8 uses can-zone 0.5 which uses the Zone global. We changed it to CanZone in 0.6 to prevent breakage in apps that also use zone.js. steal-socket.io should support ignoring for either library.
Zone
CanZone
The problem is that DoneJS 0.8 uses can-zone 0.5 which uses the
Zone
global. We changed it toCanZone
in 0.6 to prevent breakage in apps that also use zone.js. steal-socket.io should support ignoring for either library.