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
moment-timezone is very heavy (770 kb bundled). Currently we somewhat mitigate it by importing it asynchronously, but it makes sense to get rid of it completely and replace it with something lightweight like date-fns or similar.
moment-timezoneis very heavy (770 kb bundled). Currently we somewhat mitigate it by importing it asynchronously, but it makes sense to get rid of it completely and replace it with something lightweight likedate-fnsor similar.