kazimanzurrashid / aws-scheduler-go

Some analyzers or transformers are misconfigured in .deepsource.toml. Please refer to the docs.

  • ['github.com/kazimanzurrashid/aws-scheduler-go/graphql', 'github.com/kazimanzurrashid/aws-scheduler-go/collector', 'github.com/kazimanzurrashid/aws-scheduler-go/worker'] is not of type 'string' in meta for analyzer "go"

Validation of JSX maximum depth JS-0415
Anti-pattern
Minor
5 months ago3 years old
JSX tree is too deeply nested. Found 6 levels of nesting
293        </CardContent>
294      </Card>
295      {list ? (
296        <TableContainer297          component={Paper}298          className={styles.records}299          onScroll={handleScroll}300        >301          <Table ref={table} stickyHeader>
302            <TableHead>
303              <TableRow>
JSX tree is too deeply nested. Found 8 levels of nesting
205  }, 400);
206
207  return (
208    <>209      <Breadcrumbs className={styles.breadcrumbs}>
210        <Typography color="textPrimary">Home</Typography>
211      </Breadcrumbs>
JSX tree is too deeply nested. Found 6 levels of nesting
146        <Typography color="textPrimary">Details</Typography>
147      </Breadcrumbs>
148      {item ? (
149        <Card>150          <CardContent>
151            <div className={styles.header}>
152              <Typography variant="h6" component="h2">
JSX tree is too deeply nested. Found 5 levels of nesting
218                  </Typography>
219                </Grid>
220                {values.headers.map((header, index) => (
221                  <Fragment key={header.key}>222                    <Grid item xs={12} md={5}>
223                      <TextField
224                        id={`headers-key-${index}`}
JSX tree is too deeply nested. Found 8 levels of nesting
143  };
144
145  return (
146    <>147      <Breadcrumbs className={styles.breadcrumbs}>
148        <RouterLink to="/">
149          <MuiLink component="button" color="textSecondary">