From 539bb33fe5a0a5bdf3d5d00740b436f2f5ff454f Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 29 Sep 2016 15:50:45 +0800 Subject: [PATCH] fix: should allow ref to react-slick, close: #3164 --- components/carousel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/carousel/index.tsx b/components/carousel/index.tsx index b4c73f069c..e664fa1d2e 100644 --- a/components/carousel/index.tsx +++ b/components/carousel/index.tsx @@ -62,7 +62,7 @@ export default class Carousel extends React.Component { return (
- +
); }