fix(css-calc): reduce_css_calc_1.default is not a function#7787
Merged
manoldonev merged 1 commit intoNativeScript:masterfrom Sep 10, 2019
Merged
fix(css-calc): reduce_css_calc_1.default is not a function#7787manoldonev merged 1 commit intoNativeScript:masterfrom
manoldonev merged 1 commit intoNativeScript:masterfrom
Conversation
Contributor
|
test |
manoldonev
approved these changes
Sep 10, 2019
manoldonev
pushed a commit
that referenced
this pull request
Sep 10, 2019
manoldonev
added a commit
that referenced
this pull request
Sep 10, 2019
manoldonev
added a commit
that referenced
this pull request
Sep 12, 2019
* feat(android): fix tab resource icon size based on spec (#7737) * feat(ios): add icon rendering mode for bottom navigation (#7738) * fix(ios-tabs): crash when add tabstrip in loaded event (#7743) * fix(css): parse css selectors with escape sequences (#7689) (#7732) * fix(ios-tabs): handle nesting proxy view container (#7755) * fix-next(css): className to preserve root views classes (#7725) * docs: cut the 6.1.0 release (#7773) * fix(android-list-picker): NoSuchFieldException on api29 (#7790) * chore: hardcode tslib version to 1.10.0 (#7776) * fix(css-calc): reduce_css_calc_1.default is not a function (#7787) (#7801)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
What is the current behavior?
"reduce-css-calc" is imported via default export, breaks in published
[email protected].Causes errors like this:
What is the new behavior?
Fixes: #7786