Convenient config representation
Opened this issue · 1 comments
angiehjort commented
...that doesn't require external use of mobx.toJS
jheeffer commented
Config is observable and thus wrapped in proxies. Not sure what we can do about it. This is for faster debugging right?
I saw you added js(...)
function in tools page global scope.
Maybe we can add .js()
or .plain()
to all observables, easier than wrapping in js(...)
.