Spelunking-Studios / The-Caverns-Website

Validation of JSX maximum depth JS-0415
Anti-pattern
Minor
1 occurrence in this check
JSX tree is too deeply nested. Found 5 levels of nesting
32	}
33	const jdata = JSON.parse(data);
34	return (
35		<div className={`${(darkMode % 2) ? "dark" : ""}`}>36			<div className="flex flex-col min-h-screen w-full bg-zinc-100 dark:bg-zinc-700 dark:text-neutral-200">
37				<Head>
38					<title>{ jdata.name } - The Caverns</title>