We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const Example = () => ( <Html> <Tailwind> <Body> <Heading >test heading</Heading> <Button>test button</Button> </Body> </Tailwind> </Html> ); export default Example;
doesn't render heading
const Example = () => ( <Html> <Body> <Heading >test heading</Heading> <Button>test button</Button> </Body> </Html> ); export default Example;
does render heading. spotted after latest version bump
@react-email/tailwind
in description
copy paste code in description
heading can be rendered inside tailwind
No response
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #1391.
It should be working under @react-email/tailwind 0.0.16-canary.1.
@react-email/tailwind 0.0.16-canary.1
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
doesn't render heading
does render heading. spotted after latest version bump
Which package is affected (leave empty if unsure)
@react-email/tailwind
Link to the code that reproduces this issue
in description
To Reproduce
copy paste code in description
Expected Behavior
heading can be rendered inside tailwind
What's your node version? (if relevant)
No response
The text was updated successfully, but these errors were encountered: