mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
fix Warning: Failed prop type: Invalid prop of type supplied to , expected
This commit is contained in:
parent
6225f0e5cb
commit
3663d1d4fe
@ -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]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user