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 3f2bea8 commit dbe400eCopy full SHA for dbe400e
src/Popup.tsx
@@ -29,6 +29,8 @@ const getTextContent = (node: (() => React.ReactNode) | React.ReactNode): string
29
if (React.isValidElement(resolvedNode)) {
30
return getTextContent(resolvedNode.props.children);
31
}
32
+
33
+ return '';
34
};
35
36
export default function Popup(props: ContentProps) {
0 commit comments