-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Labels
Description
The Track type could benefit from being watchable by implementing the IWatchable protocol.
reagent/src/reagent/ratom.cljs
Line 216 in 4decfa6
| (deftype Track [f args ^:mutable reaction] |
reagent/src/reagent/ratom.cljs
Lines 174 to 177 in 4decfa6
| IWatchable | |
| (-notify-watches [this old new] (notify-w this old new)) | |
| (-add-watch [this key f] (add-w this key f)) | |
| (-remove-watch [this key] (remove-w this key)) |