MobX autorun behavior. I'm exploring MobX and went intrigued by a problem: If I have this observable: class ItemsStore { @observable items = [1,2,3]; } ...
確定! 回上一頁