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
 17
 18const Help = () => {
 19  return (
 20    <> 21      {/* breadcrumb */}
 22      <div className="help-container">
 23        <Breadcrumb />