@dflex/core-instance
Advanced tools
Comparing version 3.10.2 to 3.10.3
@@ -789,3 +789,4 @@ 'use strict'; | ||
if (!DOM.hasAttribute(attrName)) { | ||
throw new Error(`Attribute ${attrName} does not exist on the element.`); | ||
// eslint-disable-next-line no-console | ||
console.error(`Attribute ${attrName} does not exist on the element.`); | ||
} | ||
@@ -792,0 +793,0 @@ } |
{ | ||
"name": "@dflex/core-instance", | ||
"version": "3.10.2", | ||
"version": "3.10.3", | ||
"description": "Core instance is a DFlex package for interactive DOM element", | ||
@@ -30,3 +30,3 @@ "author": "Jalal Maskoun", | ||
"devDependencies": { | ||
"@dflex/utils": "^3.10.2" | ||
"@dflex/utils": "^3.10.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
188640
4724