re-frame icon indicating copy to clipboard operation
re-frame copied to clipboard

Subscription signals are deref'ed multiple times when the main sub is used outside of a view

Open p-himik opened this issue 5 years ago • 0 comments

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.

p-himik avatar Nov 18 '20 18:11 p-himik