Releases: letam/react-datetime
Releases · letam/react-datetime
Import from `moment-timezone` directly
Change the library to explicitly import from moment-timezone
as opposed to assuming that the imported moment
library is implicitly patched with the timezone functionality elsewhere.
This fixes the library so that it runs properly in modern browsers with native import
syntax, including building with Vite.