This commit is contained in:
crusader 2017-06-28 20:50:16 +09:00
parent 57ee426b28
commit 9f0fde6922
2 changed files with 4 additions and 1 deletions

View File

@ -81,7 +81,8 @@
"redux": "^3.7.1", "redux": "^3.7.1",
"redux-actions": "^2.0.3", "redux-actions": "^2.0.3",
"redux-saga": "^0.15.4", "redux-saga": "^0.15.4",
"reselect": "^3.0.1" "reselect": "^3.0.1",
"websocker": ""
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [

View File

@ -29,6 +29,8 @@ const store = configureStore(history, sagaMiddleware);
function* app(): any { function* app(): any {
const appContainer = yield system.getAppContainer('react-placeholder'); const appContainer = yield system.getAppContainer('react-placeholder');
ReactDOM.render( ReactDOM.render(
<div style={{ <div style={{
width: '100vw', width: '100vw',