cerebral/overmind

[BUG] States changes are not reflecting in the UI but dev tool shows the value changed

p32929 opened this issue · 1 comments

Hello, Thanks for the amazing library.
But it seems, after changing states, UI is not getting updated. Here's a gif:
typescript-overmind-materialui-drawer

Here's the source code: https://github.com/p32929/bugreport1

Hope you'll take a look at it. Thanks.

Solved the issue using const instead of var in functions.