RangeError: Maximum call stack size exceeded
in this web app when compile this app in browser than i saw an error on my header tag and some time in return tag what i do ?
export default function Header() {
return (
<>
<Header className=" header flex flex-sb">
<div className="logo flex gap-2">
Admin
<div className="headerham felx flex-center"></div>
</div>
</Header>
</>
);
}
im tried to create one more time to next appp but i face this error also
New contributor
Lavi Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.