trivago / melody

Melody is a library for building JavaScript web applications.
https://melody.js.org
Apache License 2.0
215 stars 39 forks source link

Invoke the unsubscribe method on the subscription #120

Closed pago closed 5 years ago

pago commented 5 years ago

What changed in this PR:

combineRefs invoked the subscription object directly instead of calling the unsubscribe method on it.