There was an error while loading. Please reload this page.
1 parent 114411e commit 3c5a89aCopy full SHA for 3c5a89a
lib/Group.js
@@ -23,6 +23,7 @@ var Group = createComponent('Group', LayerMixin, ContainerMixin, {
23
this.applyLayerProps(prevProps, props);
24
this.updateChildren(props.children, transaction, context);
25
this._currentElement = nextComponent;
26
+ this.node.invalidateLayout();
27
},
28
29
unmountComponent: function () {
0 commit comments