Skip to content

Commit 3c5a89a

Browse files
author
Michael Johnston
committed
Invalidate backing layer for <Group> on child updates.
Fixes Flipboard#25
1 parent 114411e commit 3c5a89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Group.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var Group = createComponent('Group', LayerMixin, ContainerMixin, {
2323
this.applyLayerProps(prevProps, props);
2424
this.updateChildren(props.children, transaction, context);
2525
this._currentElement = nextComponent;
26+
this.node.invalidateLayout();
2627
},
2728

2829
unmountComponent: function () {

0 commit comments

Comments
 (0)