We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6816692 commit 6a4c023Copy full SHA for 6a4c023
src/index.js
@@ -153,7 +153,7 @@ const connect = options => new Promise((resolve, reject) => {
153
propertyNameKeyPrevious = propertyNameKey;
154
valueToSend = {};
155
}
156
- if (propertyNameKeySplit.length === 1 && value != null) {
+ if (propertyNameKeySplit.length === 1 && value !== null) {
157
valueToSend = value;
158
} else {
159
const attributeName = propertyNameKeySplit[attributeNameId];
0 commit comments