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
I couldn't reproduce this @olivbau, but added some tests for null checks in #365. You should also note that adding a string "null" as a value will result in a null object as return. This is due to JSON parsing with destr, which behaves exactly as JSON.pase in this matter.
Feel free to reopen with a reproduction, if this still happens for you.
Environment
windows
node v18.16.0
Reproduction
Run a http driver
Describe the bug
http driver seems to return a string
"null"
on getItem when item is missing, instead of a "real"null
objectAdditional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: