Counselllor / Counsellor-Web

Validation of JSX maximum depth JS-0415
Anti-pattern
Minor
1 occurrence in this check
JSX tree is too deeply nested. Found 7 levels of nesting
108  window.addEventListener("scroll", setFixed);
109
110  return (
111    <main>112      <div className="scroll">
113        <ScrollToTop
114        smooth