Closed aboodman closed 10 months ago
Looking at the code it seems like this should work (the deps from useSubscribe
are passed into useEffect
). Let me debug further.
The subscription itself never fires because there are no get/has/scan. But the hook should unsubscribe and create a new subscription if the dependencies changes.
This doesn't seem right:
The subscription never gets re-evaluated when the value passed in changes.