فهرست منبع

fix CountDown Unknown event warning

jim 7 سال پیش
والد
کامیت
42bfd964bf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/CountDown/index.js

+ 1 - 1
src/components/CountDown/index.js

@@ -96,7 +96,7 @@ class CountDown extends Component {
   }
   }
 
 
   render() {
   render() {
-    const { format = this.defaultFormat, ...rest } = this.props;
+    const { format = this.defaultFormat, onEnd, ...rest } = this.props;
     const { lastTime } = this.state;
     const { lastTime } = this.state;
 
 
     const result = format(lastTime);
     const result = format(lastTime);