uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Missing key for the property JS-0414
Bug risk
Major
a year agoa year old
Missing "key" prop for element in array
 83    <PageLayout
 84      title="Customers"
 85      extra={[
 86        <Button type="primary" size="large" onClick={openCustomerModal}> 87          Create Customer 88        </Button>, 89      ]}
 90    >
 91      <div>
Missing "key" prop for element in array
584                  borderStyle: "solid",
585                }}
586                extra={[
587                  <Button htmlType="button" onClick={showFeatureModal}>588                    Add Feature589                  </Button>,590                ]}
591              >
592                <Form.Item
Missing "key" prop for element in iterator
565                    >
566                      <Radio.Group disabled={type === "version" ? true : false}>
567                        {availableBillingTypes.map((type) => (
568                          <Radio value={type.name}>{type.label}</Radio>569                        ))}
570                      </Radio.Group>
571                    </Form.Item>
Missing "key" prop for element in array
527                }}
528                className="h-full"
529                extra={[
530                  <Button531                    htmlType="button"532                    onClick={() => showComponentModal()}533                  >534                    Add Component535                  </Button>,536                ]}
537              >
538                <Form.Item
Missing "key" prop for element in iterator
436                    >
437                      <Radio.Group>
438                        {availableBillingTypes.map((type) => (
439                          <Radio value={type.name}>{type.label}</Radio>440                        ))}
441                      </Radio.Group>
442                    </Form.Item>