diff --git a/demo/playground/hmr-playground.tsx b/demo/playground/hmr-playground.tsx index adca6279ad..1cef075ada 100644 --- a/demo/playground/hmr-playground.tsx +++ b/demo/playground/hmr-playground.tsx @@ -1,5 +1,6 @@ import * as React from 'react'; import { render } from 'react-dom'; +// tslint:disable-next-line import { AppContainer } from 'react-hot-loader'; // import DevTools from 'mobx-react-devtools'; diff --git a/package.json b/package.json index 74507c87a2..354287cf5c 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,7 @@ "prettier-eslint": "^9.0.1", "raf": "^3.4.1", "react": "^16.12.0", + "react-hot-loader": "^4.12.18", "react-dom": "^16.12.0", "rimraf": "^3.0.0", "shelljs": "^0.8.3", @@ -149,7 +150,6 @@ "prismjs": "^1.17.1", "prop-types": "^15.7.2", "react-dropdown": "^1.6.4", - "react-hot-loader": "^4.12.18", "react-tabs": "^3.0.0", "slugify": "^1.3.6", "stickyfill": "^1.1.1",