mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-04-27 15:14:33 +00:00
fix Warning: Failed prop type: Invalid prop of type supplied to , expected
This commit is contained in:
@@ -170,7 +170,7 @@ BootstrapTable.propTypes = {
|
||||
}),
|
||||
onRowExpand: PropTypes.func,
|
||||
onAllRowExpand: PropTypes.func,
|
||||
isAnyExpands: PropTypes.func,
|
||||
isAnyExpands: PropTypes.bool,
|
||||
rowStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
|
||||
rowEvents: PropTypes.object,
|
||||
rowClasses: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
|
||||
|
||||
Reference in New Issue
Block a user