dom-expressions 0.37.22 → 0.37.23

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/package.json +3 -3
  2. package/src/server.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dom-expressions",
3
3
  "description": "A Fine-Grained Runtime for Performant DOM Rendering",
4
- "version": "0.37.22",
4
+ "version": "0.37.23",
5
5
  "author": "Ryan Carniato",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -24,10 +24,10 @@
24
24
  "seroval-plugins": "^1.0.4"
25
25
  },
26
26
  "devDependencies": {
27
- "babel-plugin-jsx-dom-expressions": "^0.37.22",
27
+ "babel-plugin-jsx-dom-expressions": "^0.37.23",
28
28
  "csstype": "^3.1",
29
29
  "seroval": "^1.0.4",
30
30
  "seroval-plugins": "^1.0.4"
31
31
  },
32
- "gitHead": "8fa34b71f185b76a910fca56980bb5297638f768"
32
+ "gitHead": "77a306e89d44a11b3e5254810ebc1d2cbae92838"
33
33
  }
package/src/server.js CHANGED
@@ -656,7 +656,7 @@ export function ssrSpread(props, isSVG, skipChildren) {
656
656
  (n = props.className) ? n + " " : ""
657
657
  }${ssrClassList(props.classList)}"`;
658
658
  classResolved = true;
659
- } else if (BooleanAttributes.has(prop)) {
659
+ } else if (prop !== "value" && Properties.has(prop)) {
660
660
  if (value) result += prop;
661
661
  else continue;
662
662
  } else if (