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
Reduced test case: On a blank page, Create a CRow component with HTML-specific props, except className. e.g. onMouseOver, onDragEnter, etc. These event listeners do not function.
extra props in CRow get reduced into ...rest, which is then never used again outside of breakpoints. This is a pretty serious issue for those migrating, because it used to pass props, and pretty much every other component does pass props.
extra props in CRow get reduced into
...rest
, which is then never used again outside of breakpoints. This is a pretty serious issue for those migrating, because it used to pass props, and pretty much every other component does pass props.see
coreui-react/packages/coreui-react/src/components/grid/CRow.tsx
Line 65 in 71e13d8
coreui-react/packages/coreui-react/src/components/grid/CRow.tsx
Line 94 in 71e13d8
suggested fix:
#407
The text was updated successfully, but these errors were encountered: