0no-co / wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow
MIT License
709 stars 29 forks source link

Wonka manually polyfills Symbol.observable which can cause interoperability issues with other Observable packages #122

Closed gerarts closed 1 year ago

gerarts commented 2 years ago

One of the issues users may run into in the current situation is that if Wonka is loaded after other Observable objects have already been created with the ponyfill method, Wonka will polyfill the Symbol.observable causing packages to no longer recognise previously created observables, breaking interoperability.

gerarts commented 2 years ago

Created PR #121