Changelog
2.0.0 (2018-01-04)
< 2.0.0 you may have imported createManagerTest
like this:
import {createManagerTest} from "react-gpt";
>= 2.0.0 you now need to import createManagerTest
like this:
import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
<a name="1.1.1"></a>