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 d8e120d commit 49d3aa4Copy full SHA for 49d3aa4
example/generateMarkdown.js
@@ -62,6 +62,7 @@ function generateProp(propName, prop) {
62
}
63
64
function generateProps(props) {
65
+ if (!props) return '\n';
66
const title = 'Props';
67
68
return (
0 commit comments