snipsnapdev / snipsnap

Speed up your development with a powerful set of tools
https://templates.snipsnap.dev/
GNU Affero General Public License v3.0
1.06k stars 32 forks source link

A couple of small bugs I've found #91

Open kylewetton opened 3 years ago

kylewetton commented 3 years ago

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 and Template B.

Keep up the great work.

kylewetton commented 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}} }

lnikell commented 3 years ago

thanks a lot @kylewetton, we will take care of it!