Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Oct 6, 2017
1 parent 2ee1f48 commit 66bc597
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grommet",
"version": "1.8.2",
"version": "1.8.3",
"main": "grommet.js",
"description": "The most advanced UX framework for enterprise applications.",
"authors": [
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"react": "^15.0.2",
"grommet": "^1.8.2"
"grommet": "^1.8.3"
},
"ignore": []
}
4 changes: 3 additions & 1 deletion grommet.js
Original file line number Diff line number Diff line change
Expand Up @@ -41674,7 +41674,9 @@ var Grommet =
);
}

var tileContents = _react.Children.map(children, function (element, index) {
var tileContents = _react.Children.toArray(children).filter(function (child) {
return child;
}).map(function (element, index) {
return _this4._renderChild(element, index);
});

Expand Down
Loading

0 comments on commit 66bc597

Please sign in to comment.