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 9c00011 commit ff1f3adCopy full SHA for ff1f3ad
src/templates/docs.js
@@ -15,7 +15,7 @@ export default class MDXRuntimeTest extends Component {
15
const { data } = this.props;
16
17
if (!data) {
18
- return null;
+ return this.props.children;
19
}
20
const {
21
allMdx,
0 commit comments