Skip to content

Commit 0fd167e

Browse files
committed
Add a todo
1 parent 1181213 commit 0fd167e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/renderers/react/src/componentManifest/generator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const componentManifestGenerator = async () => {
3636
const componentName = csf._meta?.component;
3737

3838
if (!componentName) {
39+
// TODO when there is not component name we could generate snippets based on the meta.render
3940
return;
4041
}
4142

0 commit comments

Comments
 (0)