r-dropdown-button
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -145,5 +145,2 @@ "use strict"; | ||
RDropdownButton.defaultProps = { | ||
items: [] | ||
}; | ||
@@ -150,0 +147,0 @@ var Popup = /*#__PURE__*/function (_Component2) { |
{ | ||
"name": "r-dropdown-button", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,3 +59,2 @@ import React,{Component,Fragment,createRef,createContext} from 'react'; | ||
} | ||
RDropdownButton.defaultProps = {items:[]} | ||
class Popup extends Component{ | ||
@@ -62,0 +61,0 @@ static contextType = dpContext; |
26233
695