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
There is an error logged in DevTools Console when rendering Draggable FlatTable; namely
'Failed prop type: Invalid prop rowRef supplied to FlatTableRowDraggable, expected one of type [function].'
GIVEN I render a Draggable FlatTable
WHEN I open DevTools > Console
THEN I see an error 'Failed prop type: Invalid prop rowRef supplied to FlatTableRowDraggable, expected one of type [function].'
JIRA ticket numbers (Sage only)
No response
Suggested solution
No response
Carbon version
142.13.5
Design tokens version
No response
Relevant browsers
Chrome, Microsoft Edge
Relevant OSs
Windows, Linux
Additional context
I can reproduce in stackblitz using the latest _carbon v147.0.0
Confidentiality
I confirm there is no confidential or commercially sensitive information included.
The text was updated successfully, but these errors were encountered:
Description
There is an error logged in DevTools Console when rendering Draggable FlatTable; namely
'Failed prop type: Invalid prop
rowRef
supplied toFlatTableRowDraggable
, expected one of type [function].'Reproduction
https://stackblitz.com/edit/parsium-carbon-starter-iekazx6v?file=src%2FApp.tsx,package.json,src%2FApp.spec.tsx
Steps to reproduce
GIVEN I render a Draggable FlatTable
WHEN I open DevTools > Console
THEN I see an error 'Failed prop type: Invalid prop
rowRef
supplied toFlatTableRowDraggable
, expected one of type [function].'JIRA ticket numbers (Sage only)
No response
Suggested solution
No response
Carbon version
142.13.5
Design tokens version
No response
Relevant browsers
Chrome, Microsoft Edge
Relevant OSs
Windows, Linux
Additional context
I can reproduce in stackblitz using the latest _carbon v147.0.0
Confidentiality
The text was updated successfully, but these errors were encountered: