react-virtual-dom
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -314,3 +314,3 @@ "use strict"; | ||
let Style = { ...style, | ||
flex: !size ? flex || (isRoot ? undefined : 1) : undefined | ||
flex: !size ? flex || 1 : undefined | ||
}; | ||
@@ -317,0 +317,0 @@ result = /*#__PURE__*/_react.default.createElement("div", _extends({}, attrs, { |
{ | ||
"name": "react-virtual-dom", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "convert json to react html layout(virtual DOM)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
25551