portfolio-website icon indicating copy to clipboard operation
portfolio-website copied to clipboard

use client and use server issues

Open farrukh007 opened this issue 1 year ago • 5 comments

`"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:

server-issue

And If I remove "use client" get following error:

useclient-issue

Help me in this regard, please.

farrukh007 avatar Oct 08 '23 20:10 farrukh007