Fix dev mode, turn off react concurrent mode, update dependencies
This commit is contained in:
parent
df71c54d37
commit
0438a099cf
76 changed files with 1466 additions and 689 deletions
|
@ -1,12 +1,8 @@
|
|||
import React from 'react';
|
||||
import { Provider } from 'react-redux';
|
||||
import { hot, setConfig } from 'react-hot-loader';
|
||||
import { hot } from 'react-hot-loader';
|
||||
import App from 'containers/App';
|
||||
|
||||
setConfig({
|
||||
pureSFC: true
|
||||
});
|
||||
|
||||
const Root = ({ store }) => (
|
||||
<Provider store={store}>
|
||||
<App />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue