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
As a setup I was working on apparently relied on parsed being undefined in this case, installing this patch version broke it.
Could it be worth reverting this part of the fix? Or is the risk of someone running into this rather small as parsed being undefined was not documented behavior?
The text was updated successfully, but these errors were encountered:
16.4.5 changed the error case of
config()
from returning{ error: Err }
to{ error: Err, parsed: {} }
.As a setup I was working on apparently relied on
parsed
beingundefined
in this case, installing this patch version broke it.Could it be worth reverting this part of the fix? Or is the risk of someone running into this rather small as
parsed
being undefined was not documented behavior?The text was updated successfully, but these errors were encountered: