Closed ghost closed 9 years ago
I expect that store.setState(key, value) does not establish a reactive dependency to the state. I think you can wrap https://github.com/CodeAdventure/space-ui/blob/master/source/store.coffee#L29 with Tracker.nonreactive to fix this.
store.setState(key, value)
Tracker.nonreactive
Thanks for the bug report – this definitely should be fixed!
I expect that
store.setState(key, value)
does not establish a reactive dependency to the state. I think you can wrap https://github.com/CodeAdventure/space-ui/blob/master/source/store.coffee#L29 withTracker.nonreactive
to fix this.