mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:01:21 +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,
|
prefix: PropTypes.string.isRequired,
|
||||||
dataset: PropTypes.shape({}).isRequired,
|
dataset: PropTypes.shape({}).isRequired,
|
||||||
selectedId: PropTypes.string,
|
selectedId: PropTypes.string,
|
||||||
Filter: PropTypes.element,
|
Filter: PropTypes.elementType,
|
||||||
List: PropTypes.element,
|
List: PropTypes.elementType,
|
||||||
Title: PropTypes.element,
|
Title: PropTypes.elementType,
|
||||||
Link: PropTypes.element,
|
Link: PropTypes.elementType,
|
||||||
Leaf: PropTypes.element,
|
Leaf: PropTypes.elementType,
|
||||||
Head: PropTypes.element,
|
Head: PropTypes.elementType,
|
||||||
Section: PropTypes.element,
|
Section: PropTypes.elementType,
|
||||||
Message: PropTypes.element,
|
Message: PropTypes.elementType,
|
||||||
};
|
};
|
||||||
TreeState.defaultProps = {
|
TreeState.defaultProps = {
|
||||||
selectedId: null,
|
selectedId: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user