elastic/kibana

[Fleet] Integration page console errors

Offen

#169.067 geöffnet am 17.10.2023

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (8.021 Forks)batch import
Team:Fleetbuggood first issue

Repository-Metriken

Stars
 (19.065 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 16h) (999 gemergte PRs in 30 T)

Beschreibung

Kibana version: main branch

Describe the bug:

While opening the Integrations page I see the following errors in browser DevTools console:

Warning: React does not recognize the `packageName` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `packagename` instead. If you accidentally passed it from a parent component, remove it from the DOM element.

...

Warning: React does not recognize the `integrationName` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `integrationname` instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Steps to reproduce:

  1. Load Kibana with DevTools open
  2. Click add integrations
  3. Refresh the page or
  4. Search for the Sample data and click on the Sample data integration.
  • Now click on the Integrations breadcrumb

Expected behavior:

No errors/warnings.

Screenshots (if relevant):

integrations_errors

Contributor Guide