Merge branch 'master' into bug/3658-add-enzyme-test-for-objectmodel

This commit is contained in:
Ryan Feeney
2017-11-08 16:16:12 -05:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
import React, { Component } from "react"
import React, { PureComponent } from "react"
import PropTypes from "prop-types"
export default class Model extends Component {
export default class Model extends PureComponent {
static propTypes = {
schema: PropTypes.object.isRequired,
getComponent: PropTypes.func.isRequired,