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
17
18const JoinUs = () => {
19  return (
20    <div>21      <div className="join-us-container">
22        <Breadcrumb />
23        <div className="contents">