@domql/state
Advanced tools
Comparing version 2.5.170 to 2.5.173
@@ -83,4 +83,4 @@ "use strict"; | ||
const { parent, __ref: ref } = element; | ||
const stateKey = ref.__state; | ||
const stateType = ref.__stateType; | ||
const stateKey = ref == null ? void 0 : ref.__state; | ||
const stateType = ref == null ? void 0 : ref.__stateType; | ||
if (!stateKey) | ||
@@ -87,0 +87,0 @@ return; |
{ | ||
"name": "@domql/state", | ||
"version": "2.5.170", | ||
"version": "2.5.173", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
}, | ||
"gitHead": "44f9d2c4157170a03784d6abca2eee3604b97270" | ||
"gitHead": "1e24ece1c2ab9e794b662804fcac399699bf99c5" | ||
} |
@@ -70,4 +70,5 @@ 'use strict' | ||
const { parent, __ref: ref } = element | ||
const stateKey = ref.__state | ||
const stateType = ref.__stateType | ||
const stateKey = ref?.__state | ||
const stateType = ref?.__stateType | ||
if (!stateKey) return | ||
@@ -74,0 +75,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44541