react-date-picker
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -20,2 +20,4 @@ "use strict"; | ||
var _propTypes2 = require("../shared/propTypes"); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -155,3 +157,3 @@ | ||
disabled: _propTypes["default"].bool, | ||
inputRef: _propTypes["default"].func, | ||
inputRef: _propTypes2.isRef, | ||
max: _propTypes["default"].number, | ||
@@ -158,0 +160,0 @@ min: _propTypes["default"].number, |
{ | ||
"name": "react-date-picker", | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"description": "A date picker for your React app.", | ||
@@ -5,0 +5,0 @@ "main": "dist/entry.js", |
@@ -7,2 +7,4 @@ import React from 'react'; | ||
import { isRef } from '../shared/propTypes'; | ||
/* eslint-disable jsx-a11y/no-autofocus */ | ||
@@ -149,3 +151,3 @@ | ||
disabled: PropTypes.bool, | ||
inputRef: PropTypes.func, | ||
inputRef: isRef, | ||
max: PropTypes.number, | ||
@@ -152,0 +154,0 @@ min: PropTypes.number, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
213066
5338