Skip to content

Commit

Permalink
try to fixed react refs must have owner: webpack/webpack#1275 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace951 committed Dec 26, 2016
1 parent 830a7ba commit 65e95c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/example2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "Ching-Ching Yeh <learningg@gmail.com> (https://github.com/Grace951)",
"license": "MIT",
"dependencies": {
"react-dom": "^15.4.1",
"react-image-carousel": "^1.0.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/example2/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ render((<div className="my-carousel">
<Carousel images={images}
thumb={true}
loop={true}
autoplay={3000}/>
autoplay={5000}/>
</div>), document.getElementById("app"));
3 changes: 2 additions & 1 deletion src/sass/_index.html.sass
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ $prevnextWidth: 50px
opacity: 1
transition: opacity .5s ease-in
img
max-width: 100%
max-width: 100%
max-height: 100%
.carousel-footer
height: $footerHeight
background-color: #ddd
Expand Down

0 comments on commit 65e95c8

Please sign in to comment.