Antonio Caputo
Results
2
comments of
Antonio Caputo
I have the same problem everytime when I try to inspect the store.
I solved the issue, my problem was using utility functions of an observable array ( toJS, slice() ...) in a computed property ```javascript class Store { @observable users; // init...