Removed unused prop key for isRequired in Bundle
• Removed: - unused prop key for isRequired in Bundle
This commit is contained in:
parent
d4129f6ad7
commit
2d6cfeedeb
@ -125,7 +125,7 @@ const mapDispatchToProps = (dispatch) => ({
|
|||||||
})
|
})
|
||||||
|
|
||||||
Bundle.propTypes = {
|
Bundle.propTypes = {
|
||||||
fetchComponent: PropTypes.func.isRequired,
|
fetchComponent: PropTypes.func,
|
||||||
loading: PropTypes.func,
|
loading: PropTypes.func,
|
||||||
error: PropTypes.func,
|
error: PropTypes.func,
|
||||||
children: PropTypes.func.isRequired,
|
children: PropTypes.func.isRequired,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user