what-core 0.6.1 → 0.6.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.
package/dist/render.js CHANGED
@@ -1696,6 +1696,7 @@ function setProp2(el, key, value) {
1696
1696
  else if (value && typeof value === "object") value.current = el;
1697
1697
  return;
1698
1698
  }
1699
+ if (key === "key") return;
1699
1700
  if (URL_ATTRS.has(key) || URL_ATTRS.has(key.toLowerCase())) {
1700
1701
  if (!isSafeUrl(value)) {
1701
1702
  if (typeof console !== "undefined") {