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
types: use globalThis instead of global for NativeDate
Fix for issue Automattic#14988
The global is defined in the @types/node package, which is not in the dependencies.
Without the package, NativeDate would be interpreted as any by typescript, and resolves the types in the Schema incorrectly.
0 commit comments