react-timezone-select
react-timezone-select copied to clipboard
fix: incorrect type for onChange handler argument
Description
- Fix
onChangeargument type fromITimezone(which was a union between the fullITimezoneOptionobject andstring) toITimezoneOptiononly.