NLeSC-Storyteller / query-builder-client

A Query builder to query the Knowledge Store and generate datafiles that can be visualized with the Storyteller interface.
Apache License 2.0
0 stars 1 forks source link

Purity refactor #23

Closed jspaaks closed 7 years ago

jspaaks commented 7 years ago

whazzup. I noticed in the debugger we had the nodes part of our state change retroactively. So after you do a state change, the console.log'ed nodes from before the state change becomes equal to the state after the state change...this is not how it's supposed to be, so this PR attempt to correct that.