Replies: 1 comment 1 reply
-
Should be fixed in beta.11 now |
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
-
The following error appears in the devtool console of Chrome
The error message indicates that in the MRT_TableBodyCell component the key prop is being passed using the spread syntax (...) in the MRT_TableBodyCell component. However, React does not recommend passing key prop using spread syntax. This is because key prop may be passed to components for which it was not intended. Therefore, key prop should be passed directly to the component.
react version 18
Beta Was this translation helpful? Give feedback.
All reactions