fix: Configure mobx-react-lite observer batching

Removes development warning
This commit is contained in:
Tom Moor
2020-08-31 18:42:12 -07:00
parent de59147418
commit de8ac4acf5

View File

@ -1,4 +1,5 @@
// @flow
import "mobx-react-lite/batchingForReactDom";
import { Provider } from "mobx-react";
import * as React from "react";
import { render } from "react-dom";