I am using my mobx in my React-native app.
mobx: "^6.6.2", mobx-react-lite: "^3.4.0",
mobxStore.js
this.arr = [];
getArray(){
return this.arr;
}
const temp = appState.getArray();
When fetching state array, I am getting this warning many times.
want to remove this multiline warning from mobx. Thank you for further support.