We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78e45e commit 1b66adeCopy full SHA for 1b66ade
src/utils/default-handlers.js
@@ -9,6 +9,7 @@ function getReactElementText(parent) {
9
}
10
11
if (
12
+ parent === null ||
13
typeof parent !== 'object' ||
14
!parent.props ||
15
!parent.props.children ||
0 commit comments