@dflex/utils
Advanced tools
Comparing version 3.10.2 to 3.10.3
@@ -942,3 +942,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.`); | ||
} | ||
@@ -945,0 +946,0 @@ } |
{ | ||
"name": "@dflex/utils", | ||
"version": "3.10.2", | ||
"version": "3.10.3", | ||
"description": "Utility package for DFlex", | ||
@@ -5,0 +5,0 @@ "author": "Jalal Maskoun", |
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
148001
3796