@effectful/serialization-react
Advanced tools
+1
-1
@@ -25,3 +25,3 @@ "use strict"; | ||
| }; | ||
| res.props = ctx.step(Object.assign({}, value.props, {}, props), res, "props"); | ||
| res.props = ctx.step(Object.assign(Object.assign({}, value.props), props), res, "props"); | ||
| res.children = ctx.step(React.Children.toArray(value.props.children), res, "children"); | ||
@@ -28,0 +28,0 @@ res.type = ctx.step(value.type, res, "type"); |
+1
-1
@@ -19,3 +19,3 @@ import { regDescriptor } from "@effectful/serialization"; | ||
| }; | ||
| res.props = ctx.step(Object.assign({}, value.props, {}, props), res, "props"); | ||
| res.props = ctx.step(Object.assign(Object.assign({}, value.props), props), res, "props"); | ||
| res.children = ctx.step(React.Children.toArray(value.props.children), res, "children"); | ||
@@ -22,0 +22,0 @@ res.type = ctx.step(value.type, res, "type"); |
+3
-3
| { | ||
| "name": "@effectful/serialization-react", | ||
| "version": "1.3.15", | ||
| "version": "1.3.20", | ||
| "description": "Registering @effectful/serialization format descriptor for React Element", | ||
@@ -29,3 +29,3 @@ "module": "main.js", | ||
| "@babel/core": "^7.7.2", | ||
| "@effectful/serialization": "^1.3.15", | ||
| "@effectful/serialization": "^1.3.20", | ||
| "eslint": "^5.15.1", | ||
@@ -35,3 +35,3 @@ "mocha": "^5.2.0", | ||
| }, | ||
| "gitHead": "4ff815638795b7f84c65b15da977d677586d9144" | ||
| "gitHead": "1674db0597a9ad6dc277206d49dc0778e6473185" | ||
| } |
4985
0.44%