Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using uppercase and lowercase TemplateName in the same file #43

Closed
efsw-gboccali opened this issue Mar 16, 2021 · 1 comment
Closed

Comments

@efsw-gboccali
Copy link

I need to use TemplateName and templateName in the same template file.

Is there a way to do this?

Here an example of the custom template I'd like to make.

// TemplateName.ts
export interface TemplateNameProperties {
 	templateNameReference: TemplateNameReferenceInterface;
}

const TemplateName: React.FC<TemplateNameProperties> = ({
	templateNameReference,
}: TemplateNameProperties) => {
    ...
}
@arminbro
Copy link
Owner

This issue is now fixed thanks to @laurens-in PR #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants