arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
733 stars 70 forks source link

Caching Previous Subscriptions #121

Closed BrianSHenderson closed 8 years ago

BrianSHenderson commented 8 years ago

When using with composeWithTracker I am finding the previous data is also included in the subscription. Do I need to include the cleanup function? Is there any example code of how to implement this?

arunoda commented 8 years ago

That's how subscription works. This is some Tracker related stuff, not related to this project. Try to ask this question on Meteor Forums with more info.