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
The common package imports ms but not its types. As such, there is no validation on e.g. Duration props. However, if the package is pulled in from some other dependency, it will break any temporal usage that does not as const or explicitly type the props.