-
Notifications
You must be signed in to change notification settings - Fork 354
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
use client and use server issues #6
Comments
Hi, I resolved this by downgrading |
thanks dear i will appreciate if you could share the proper command to downgragde react-email/tailwind to 0.0.8 version, please. |
Sure, I just searched for the commands online but this is what worked for me:
|
oooh booom its working. bundle of thanks dear. I m happy. |
`"use client";
import React from "react";
import {
Html,
Body,
Head,
Heading,
Hr,
Container,
Preview,
Section,
Text,
} from "@react-email/components";`
While using "use client' in contact-form-email.tsx file getting following issue:
And If I remove "use client" get following error:
Help me in this regard, please.
The text was updated successfully, but these errors were encountered: