mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
This commit fixes a bug where reg-sub created subscriptions and closed over them when using the `:<- [:sub]` sugar. Now dependent subscriptions aren't created until they are needed, and they will be cleaned up correctly.