dapoadedire / astro-pic-of-the-day

Validation of JSX maximum depth JS-0415
Anti-pattern
Minor
2 occurrences in this check
JSX tree is too deeply nested. Found 6 levels of nesting
17  const data = results.data;
18
19  return (
20    <>21      
22        <div>
23          <div className="picture">
JSX tree is too deeply nested. Found 5 levels of nesting
23  const results = useQuery(["apod", date], searchAPOD);
24  
25  return(
26    <>27    <main>
28      <div className="form-container">
29