Skip to content

Commit

Permalink
fix(Carousel): support for ref attribute (#4917)
Browse files Browse the repository at this point in the history
* fix(Carousel): support for ref attribute

* fix(Carousel): revisions to ref attribute

* fix(Carousel): add imperative logic to expose refs

* refactor: Revise implementation to use hooks more

* simplify

* fix callbacks

* Apply suggestions from code review

Co-authored-by: muzakparov <b.muzakparov@newagesol.com>
Co-authored-by: Jimmy Jia <tesrin@gmail.com>
  • Loading branch information
3 people committed Mar 14, 2020
1 parent fac2160 commit 86ff195
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 501 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@babel/runtime": "^7.4.2",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.11",
"@restart/hooks": "^0.3.21",
"@types/react": "^16.8.23",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
Expand Down
Loading

0 comments on commit 86ff195

Please sign in to comment.