elastic/kibana

[Fleet] Integration page console errors

开放

#169,067 创建于 2023年10月17日

 (5 条评论) (0 个反应) (0 位负责人)TypeScript (8,021 个派生)batch import
Team:Fleetbuggood first issue

仓库指标

星标
 (19,065 个星标)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 999 个 PR)

描述

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

贡献者指南