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
Some functions like firstValueFrom, lastValueFrom, first, last and maybe some other is unsafe from EmptyError
Need to have rule, that will force you to define defaultValue for functions like above ☝️
The text was updated successfully, but these errors were encountered:
)
Introduces a new rule that enforces `defaultValue` to be passed into
`firstValueFrom`, `lastValueFrom`, `first`, and `last`, in order to
prevent `EmptyError`.
Resolves upstream
cartant#126
Some functions like
firstValueFrom
,lastValueFrom
,first
,last
and maybe some other is unsafe fromEmptyError
Need to have rule, that will force you to define
defaultValue
for functions like above ☝️The text was updated successfully, but these errors were encountered: