reagent
reagent copied to clipboard
Add test showing Reagent running disposed reactions
trafficstars
While fixing https://github.com/Day8/re-frame/pull/259 we noticed that Reagent was happily running reactions that had been disposed of. This commit adds a failing test exposing that behaviour. I'm not sure exactly what the right behaviour is here, but I don't think Reagent should silently allow this.