Skip to content

Commit e48ac49

Browse files
author
kawada_yusuke
committed
start
1 parent ee86735 commit e48ac49

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: _jsapp/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"scripts": {
66
"start": "webpack-dev-server",
7+
"start-another": "webpack-dev-server --port 8090",
78
"build": "webpack --display-error-details",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},
@@ -24,7 +25,7 @@
2425
"html-webpack-plugin": "^2.28.0",
2526
"lodash": "^4.17.4",
2627
"path": "^0.12.7",
27-
"react-konva": "^1.6.2",
28+
"react-konva": "^1.6.4",
2829
"source-map-loader": "^0.2.1",
2930
"ts-protoc-gen": "^0.4.0",
3031
"webpack": "^2.5.1",

Diff for: _jsapp/src/containers/App.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const mapDispatchToProps = (dispatch: Dispatch<RootState>, ownProps: AppProps) =
3636
if(payload.hasEntity()){
3737
dispatch(entityActionCreators.streamDownEntity(payload.getEntity()))
3838
}else if (payload.hasRel()){
39-
payload.getRel()
39+
dispatch(relActionCreators.streamDownRelation(payload.getRel()))
4040
}
4141
})
4242
}

Diff for: _jsapp/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2900,9 +2900,9 @@ [email protected]:
29002900
object-assign "^4.1.1"
29012901
prop-types "^15.6.0"
29022902

2903-
react-konva@^1.6.2:
2904-
version "1.6.2"
2905-
resolved "https://registry.yarnpkg.com/react-konva/-/react-konva-1.6.2.tgz#03720beb9422717d00dee5942c87800c3ba1afde"
2903+
react-konva@^1.6.4:
2904+
version "1.6.4"
2905+
resolved "https://registry.yarnpkg.com/react-konva/-/react-konva-1.6.4.tgz#7e5665abad208a5379635308c00f9bc339c57542"
29062906
dependencies:
29072907
fbjs "^0.8.14"
29082908
react-reconciler "^0.5.0"

0 commit comments

Comments
 (0)