Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 4d01e70

Browse files
committed
1 parent e535414 commit 4d01e70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backend/getData.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ function getData(element: Object): DataType {
8181
setInContext: inst.forceUpdate && setInContext.bind(null, inst),
8282
};
8383
publicInstance = inst;
84+
85+
// TODO: React ART currently falls in this bucket, but this doesn't
86+
// actually make sense and we should clean this up after stabilizing our
87+
// API for backends
88+
if (inst._renderedChildren) {
89+
children = childrenList(inst._renderedChildren);
90+
}
8491
}
8592

8693
return {

0 commit comments

Comments
 (0)