[TODO] fix separate issue. need a test

This commit is contained in:
Géry Debongnie
2019-05-09 13:11:55 +02:00
parent 2f70a7a352
commit 80ffa37773
+1 -1
View File
@@ -349,7 +349,7 @@ export class Component<
if (shouldUpdate) {
await this.willUpdateProps(nextProps);
this.props = nextProps;
await this.render(false, patchQueue);
await this.render(forceUpdate, patchQueue);
}
}