react-figma
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -65,5 +65,12 @@ "use strict"; | ||
yogaStream_1.updateYogaNode(instance); | ||
}, [props.children, props.width, props.height, props.characters, props.fontSize].concat(flatYogaStyle(props.style))); | ||
}, [ | ||
props.children, | ||
props.width, | ||
props.height, | ||
props.characters, | ||
props.fontSize, | ||
props.loadedFont | ||
].concat(flatYogaStyle(props.style))); | ||
return yogaProps; | ||
}; | ||
//# sourceMappingURL=useYogaLayout.js.map |
{ | ||
"name": "react-figma", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Render React components to Figma", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -30,3 +30,3 @@ "use strict"; | ||
$yogaRoot | ||
.pipe(operators_1.delay(0), operators_1.concatMap(function (instance) { | ||
.pipe(operators_1.delay(0), operators_1.exhaustMap(function (instance) { | ||
return new rxjs_1.Observable(function (subscriber) { | ||
@@ -33,0 +33,0 @@ var handleYogaProps = function (newProps) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
353789
5381