Closed jmeurice closed 3 months ago
Fixes #1981
Changed the value checks to also consider null/undefined since it's typed as any.
null
undefined
any
Fixed in v0.85.1
Fixes #1981
Changed the value checks to also consider
null
/undefined
since it's typed asany
.