react-timezone-select
Advanced tools
Comparing version 1.2.3-experimental.5 to 1.2.3-experimental.7
@@ -106,4 +106,4 @@ import * as React from 'react'; | ||
}; | ||
return (React.createElement(Select, { value: parseTimezone(value), onChange: handleChange, options: getOptions, onBlur: onBlur, ...props })); | ||
return (<Select value={parseTimezone(value)} onChange={handleChange} options={getOptions} onBlur={onBlur} {...props}/>); | ||
}; | ||
export default TimezoneSelect; |
{ | ||
"name": "react-timezone-select", | ||
"version": "1.2.3-experimental.5", | ||
"version": "1.2.3-experimental.7", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
840530
14
21053