Skip to content
Snippets Groups Projects
Commit 119d7575 authored by Chris Beer's avatar Chris Beer
Browse files

why-did-you-update

parent e5974e42
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,8 @@
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"why-did-you-update": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.2.0",
......
......@@ -3,6 +3,7 @@ import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';
import { I18nextProvider } from 'react-i18next';
import deepmerge from 'deepmerge';
import whyDidYouUpdate from 'why-did-you-update';
import App from '../containers/App';
import createRootReducer from '../state/reducers/index';
import createStore from '../state/createStore';
......@@ -10,6 +11,8 @@ import * as actions from '../state/actions';
import settings from '../config/settings';
import i18n from '../i18n';
whyDidYouUpdate(React);
/**
* Default Mirador instantiation
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment