mobx react console warning related observer

Solutions on MaxInterview for mobx react console warning related observer by the best coders in the world

showing results for - "mobx react console warning related observer"
Camilla
23 Aug 2018
1//Adding this to the file.
2//Error - [MobX] You haven't configured observer batching which might result in unexpected behavior in some cases. See more at https://github.com/mobxjs/mobx-react-lite/#observer-batching
3import 'mobx-react-lite/batchingForReactDom'