FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(css-calc): reduce_css_calc_1.default is not a function (#7787) · NativeScript/NativeScript@9f1ba72 · GitHub

Commit 9f1ba72

Browse files
authored andcommitted
fix(css-calc): reduce_css_calc_1.default is not a function (#7787)
1 parent 997d6de commit 9f1ba72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tns-core-modules/ui/core/properties/properties.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import reduceCSSCalc from "reduce-css-calc";
1+
import * as reduceCSSCalc from "reduce-css-calc";
22

33
// Definitions.
44
import * as definitions from "../view-base";

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL