re-frame
re-frame copied to clipboard
Subscription signals are deref'ed multiple times when the main sub is used outside of a view
Not a problem when subscriptions are used only in views. But a problem when a solution for using subs in event handlers linked here in the FAQ is used.
The root cause is that re-frame.subs/deref-input-signals first calls map-signals and then uses basically the same code plus an error message.