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
transforms to unknown[] - which allows to pass any items. I think it would be better if that was typed as never[], so that we could notice such errors.
Is there already a way to achieve this or should I open an issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes specs aren't properly written and e.g.
transforms to
unknown[]
- which allows to pass any items. I think it would be better if that was typed asnever[]
, so that we could notice such errors.Is there already a way to achieve this or should I open an issue?
Beta Was this translation helpful? Give feedback.
All reactions