bug: expected PropType in Model ImmutablePureComponent should be a map instead of OrderedMap (#5921)
This commit is contained in:
@@ -5,7 +5,7 @@ import PropTypes from "prop-types"
|
||||
|
||||
export default class Model extends ImmutablePureComponent {
|
||||
static propTypes = {
|
||||
schema: ImPropTypes.orderedMap.isRequired,
|
||||
schema: ImPropTypes.map.isRequired,
|
||||
getComponent: PropTypes.func.isRequired,
|
||||
getConfigs: PropTypes.func.isRequired,
|
||||
specSelectors: PropTypes.object.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user