wrec 0.25.0 → 0.25.1

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.
Files changed (2) hide show
  1. package/dist/wrec.es.js +1 -1
  2. package/package.json +1 -1
package/dist/wrec.es.js CHANGED
@@ -841,7 +841,7 @@ Zt = function() {
841
841
  }, Yt = function() {
842
842
  const t = new Set(Object.keys(h(this, m).properties));
843
843
  for (const e of this.getAttributeNames())
844
- if (!oe.has(e) && !e.startsWith("on")) {
844
+ if (!oe.has(e) && !e.startsWith("on") && e !== "ref") {
845
845
  if (e === "form-assoc") {
846
846
  a(this, i, ut).call(this);
847
847
  continue;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "wrec",
3
3
  "description": "a small library that greatly simplifies building web components",
4
4
  "author": "R. Mark Volkmann",
5
- "version": "0.25.0",
5
+ "version": "0.25.1",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",