Skip to content

Commit

Permalink
try to fixed react refs must have owner: facebook/react#6343
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace951 committed Dec 26, 2016
1 parent b2c4b48 commit ecc203b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Ching-Ching Yeh <learningg@gmail.com> (https://github.com/Grace951)",
"license": "MIT",
"dependencies": {
"react-image-carousel": "^1.0.8"
"react-image-carousel": "^1.0.9"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var config = {
'react': { commonjs: 'react', commonjs2: 'react', amd: 'react', root: 'React' },
'react-dom': { commonjs: 'react-dom', commonjs2: 'react-dom', amd: 'react-dom', root: 'ReactDOM' },
'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'] }
},
}
};

module.exports = config;

0 comments on commit ecc203b

Please sign in to comment.