mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix: change propTypes to elementType
This commit is contained in:
parent
41a149d6d2
commit
cf7c95e94d
@ -392,14 +392,14 @@ TreeState.propTypes = {
|
||||
prefix: PropTypes.string.isRequired,
|
||||
dataset: PropTypes.shape({}).isRequired,
|
||||
selectedId: PropTypes.string,
|
||||
Filter: PropTypes.element,
|
||||
List: PropTypes.element,
|
||||
Title: PropTypes.element,
|
||||
Link: PropTypes.element,
|
||||
Leaf: PropTypes.element,
|
||||
Head: PropTypes.element,
|
||||
Section: PropTypes.element,
|
||||
Message: PropTypes.element,
|
||||
Filter: PropTypes.elementType,
|
||||
List: PropTypes.elementType,
|
||||
Title: PropTypes.elementType,
|
||||
Link: PropTypes.elementType,
|
||||
Leaf: PropTypes.elementType,
|
||||
Head: PropTypes.elementType,
|
||||
Section: PropTypes.elementType,
|
||||
Message: PropTypes.elementType,
|
||||
};
|
||||
TreeState.defaultProps = {
|
||||
selectedId: null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user