Suggestion: Would be nice when using plasmic components from code that the variant and component names would be like they are in the Studio, for example I have a locale
variant with variants such as sv-SE
but in code they get transformed to svSe
- there’s also no console warning that the locale prop I give doesn’t match any variant so it was a bit tricky to find out .
I’ve had similar issues with component names, we would prefer to use a slash in the name for grouping components, like commons/Button
or article/Author