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 6 levels of nesting
16
17const Terms = () => {
18  return (
19    <>20      {/* breadcrumb */}
21      <div className="terms-container">
22        <Breadcrumb />