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
Describe the bug
When using the table, it throws this error in console:
Warning: React does not recognize the `columnKey` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `columnkey` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
To Reproduce
Steps to reproduce the behavior:
Install dependency
Implement a basic table in your react project
Throws columnKey prop error in browser console
Expected behavior
No prop error
Screenshots
Tap to see error screenshot
Desktop (please complete the following information):
OS: Windows 11
Browser Chrome
Version 122
Smartphone (please complete the following information):
na, although it will throw on mobiles as well.
Additional context
na
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the table, it throws this error in console:
Warning: React does not recognize the `columnKey` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `columnkey` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No prop error
Screenshots
Tap to see error screenshot
Desktop (please complete the following information):
Smartphone (please complete the following information):
na, although it will throw on mobiles as well.
Additional context
na
The text was updated successfully, but these errors were encountered: