secullum-react-native-ui 4.16.2-beta.4 → 4.16.2-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ export interface RangeDatePickerState {
20
20
  export declare class RangeDatePicker extends React.Component<RangeDatePickerProperties, RangeDatePickerState> {
21
21
  state: RangeDatePickerState;
22
22
  private calendarRef;
23
- componentWillMount(): void;
23
+ componentDidMount(): void;
24
24
  componentWillUnmount(): void;
25
25
  handleClick: (event: MouseEvent) => void;
26
26
  handleDatePickerPress: () => void;
@@ -111,7 +111,7 @@ class RangeDatePicker extends React.Component {
111
111
  return styles;
112
112
  };
113
113
  }
114
- componentWillMount() {
114
+ componentDidMount() {
115
115
  document.addEventListener('mousedown', this.handleClick, false);
116
116
  }
117
117
  componentWillUnmount() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secullum-react-native-ui",
3
- "version": "4.16.2-beta.4",
3
+ "version": "4.16.2-beta.5",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [