cerebral / cerebral-debugger

Debugger for Cerebral
http://cerebraljs.com/docs/introduction/debugger.html
MIT License
33 stars 16 forks source link

Error when trying to change state or travel to a previous state #57

Closed lbogdan closed 5 years ago

lbogdan commented 6 years ago

As discussed on Discord, while working on CodeSandbox and using the debugger (which, btw, is awesome!), I've noticed that when I try to edit the state, or travel to a previous state, I get this error in the browser and nothing happens:

Uncaught TypeError: this.state.runInBatch is not a function
    at Model.updateIn (Model.js:89)
    at Model.set (Model.js:141)
    at Devtools.onMessage (index.js:141)
christianalfoni commented 5 years ago

@lbogdan Man, HI THERE :D

I do not think this is an issue anymore :)

Please reopen if it is