@boundaries/elements 2.0.0-beta.1 → 2.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -292,7 +292,7 @@ var BaseElementsMatcher = class {
292
292
  if (isUndefined(selectorValue) || !isObjectWithProperty(element, String(elementKey))) {
293
293
  return false;
294
294
  }
295
- const elementValue = element[String(elementKey)];
295
+ const elementValue = element[elementKey];
296
296
  return this.isTemplateMicromatchMatch(
297
297
  selectorValue,
298
298
  templateData,