React Native/React Native_error
[React Native - android/ios] [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: ObservableValue
bocoder
2022. 12. 7. 22:40
728x90
반응형

mobx 버전을 5.15.4 --> 6.7.0 으로 업그레이드 했을 시 발생.
@action 이 정상적으로 동작하지 않아 기존에 사용하던 로직을 모두 수정해야함
다시 5.15.4로 다운그레이드 하니 정상 동작함
* reference : https://stackoverflow.com/a/64771774/17197148
728x90
반응형