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
Some component (at least the Snackbar, Banner and Table components) are missing forwardRef and spreading of rest props. This should be aligned across all components.
Also, some component use {...props} at the last parameter, other as the first as some logic depends on another order.
The text was updated successfully, but these errors were encountered:
Some component (at least the
Snackbar
,Banner
andTable
components) are missing forwardRef and spreading of rest props. This should be aligned across all components.Also, some component use {...props} at the last parameter, other as the first as some logic depends on another order.
The text was updated successfully, but these errors were encountered: