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 1181213 commit 0fd167eCopy full SHA for 0fd167e
code/renderers/react/src/componentManifest/generator.ts
@@ -36,6 +36,7 @@ export const componentManifestGenerator = async () => {
36
const componentName = csf._meta?.component;
37
38
if (!componentName) {
39
+ // TODO when there is not component name we could generate snippets based on the meta.render
40
return;
41
}
42
0 commit comments