Skip to content

Commit ecc203b

Browse files
committed
try to fixed react refs must have owner: facebook/react#6343
1 parent b2c4b48 commit ecc203b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/example2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Ching-Ching Yeh <learningg@gmail.com> (https://github.com/Grace951)",
1313
"license": "MIT",
1414
"dependencies": {
15-
"react-image-carousel": "^1.0.8"
15+
"react-image-carousel": "^1.0.9"
1616
},
1717
"devDependencies": {
1818
"babel-cli": "^6.18.0",

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var config = {
6565
'react': { commonjs: 'react', commonjs2: 'react', amd: 'react', root: 'React' },
6666
'react-dom': { commonjs: 'react-dom', commonjs2: 'react-dom', amd: 'react-dom', root: 'ReactDOM' },
6767
'react-addons-css-transition-group': { commonjs: 'react-addons-css-transition-group', commonjs2: 'react-addons-css-transition-group', amd: 'react-addons-css-transition-group', root: ['React','addons','CSSTransitionGroup'] }
68-
},
68+
}
6969
};
7070

7171
module.exports = config;

0 commit comments

Comments
 (0)