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
but from v12.0.0-alpha.13 onwards it gives this error:
Did you mean to annotate the parameter type or the return type?
1) (pattern): array<nullable<int>> => {
[]
}
2) (pattern: array<nullable<int>>) => {
[]
}