);不管我收到这个mobx警告,我不知道我为什么要得到它,因为我在我的mobx商店使用makeAutoObservable![MobX] Since strict-mode is enabled, changing (observed) observable values without using an action isTried to modify: UserStore@1.unreadChatIds
我的商店
我试图触发一个Mobx操作,它正在生成错误"Uncaught : and read属性'arrowVisible‘of undefined“。不知道为什么(功能是由反应点触发的):import React from "react";import { Container, Row, Col } from "reactstrap";
import { observer, in
在我们的应用程序的几个地方有这样的例外:The following MobXCaughtException was thrown::flutter_mobx/src/observer_widget_mixin.dart:70:24)
#3 ReactionImpl.但是在代码中有一些地方这种黑客攻击是不起作用的。我真的很想知道如何在没有黑客的情况下处理它。问题是我不能提供可重现的代码,因为