Open kylewetton opened 3 years ago
Edit: Found one more
This will fail silently, (no error feedback?):
className={styles.{{toCamelCase componentName}}}
Annoyingly, it needs a space here:
className={styles.{{toCamelCase componentName}} }
thanks a lot @kylewetton, we will take care of it!
Hey guys, love the extension. I wrote a simpler version because I had the same need as this
kylewetton.boxed-components
Just testing out the cloud ui now, and I've run across two small bugs
Say I have two templates:
Template A
andTemplate B
.Template A
and start making changes. Realise that you don't needTemplate B
any more, deleteTemplate B
in the left sidebar. All the changes you've done toTemplate A
will disappear.{{componentName}}
. Realise it needs to be{{componentName}}.tsx
. I can't rename a file, I have to create a new one and copy/paste all the code over.Keep up the great work.