I was under the impression that using destructuring to pull a property out of your store `const { players } = rootStore` breaks the whole observer thing?
@crack_squirrels4 жыл бұрын
I'm not sure - I think logically it's still an observable at that point, no? I guess `console.log(players)` and see whether it's still an observable.