You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing this error in development mode. It does not seem to impact functionality, but maybe it should be fixed.
[11:39:45.888] ERROR (console/3497028): Warning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <Tr>. See https://reactjs.org/link/warning-keys for more information.
at eval (webpack-internal:///(ssr)/./components/table/ResponsiveTable.tsx:64:91)
at ResponsiveTable (webpack-internal:///(ssr)/./components/table/ResponsiveTable.tsx:29:28)
at ClustersTable (webpack-internal:///(ssr)/./app/[locale]/home/ClustersTable.tsx:32:26)
at Lazy
at Suspense
at div
at CardBody (webpack-internal:///(ssr)/./node_modules/@patternfly/react-core/dist/esm/components/Card/CardBody.js:15:11)
The text was updated successfully, but these errors were encountered:
I am seeing this error in development mode. It does not seem to impact functionality, but maybe it should be fixed.
The text was updated successfully, but these errors were encountered: