ing
This commit is contained in:
parent
57ee426b28
commit
9f0fde6922
|
@ -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": [
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user