You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed direct references to the window, and document objects. They are still there but are used after module initialization;
Added the export key in the package.json file to support ESM, CJS, and UMD builds;
Removed code that tried to detect the moment module as it was not compatible with ESM. Instead, it added a new useMoment method that can be used to tell Pikaday to use it;