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
nonenull: improve type signature for noneNull (9953157)
BREAKING CHANGES
node: node versions 13, 15 are no longer supported.
nonenull: The type parameter to noneNull has changed to the type of the array itself, not the
type of its elements. The behaviour of the function is unchanged. Callers that specify an explicit
type parameter will need to be updated.