re-frame

2025-02-05T10:23:23.565689Z

Would it make sense to move the invocations of warn-when-not-reactive to only inside re-frame.core/subscribe ?

2025-02-05T10:23:59.378299Z

In that way, the warning would really be only for the user-facing calls of subscribe.

2025-02-05T19:27:07.394149Z

That's the kind of change I mean: https://github.com/day8/re-frame/pull/813