rdb
rdb
Glad you are enjoying it. Those functions are more or less all this package contains, what are you asking me to remove?
How would you imagine this wrapper to work?
Yes, this is a known shortcoming. I have not found a clean way to address this yet. You'd need to do something like this: ```js let subscription; $: { if...
Oh, I haven't tried it, but this actually might work today, without a specific `subscribable` store: ```js $: sub = useTracker(() => Meteor.subscribe('stuff', { page })); $: $sub ```