Replies: 1 comment 1 reply
-
Hi @DrMalchev with React19 spreading React keys is not supported anymore, that's why React introduced warnings with their 18.3 version to let developers know that this must be adjusted for React 19. We will fix these warnings before React releases v19, but currently this has a low priority as it will not affect our components. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that AnalyticalTable is throwing this warning:
chunk-3L3Z2TQX.js?v=3fe2137a:64 Warning: A props object containing a "key" prop is being spread into JSX:
let props = {key: someKey, role: ..., className: ..., style: ..., ref: ..., data-component-name: ..., children: ...};
I really cant figure out what can be the issue.
Any help is appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions