Add schema object deprecation display

This commit is contained in:
Kyle Shockey
2017-06-14 00:59:36 -07:00
parent 81408cf0d8
commit e415ec7f8a
4 changed files with 52 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ class ArrayModel extends Component {
}
class Model extends Component {
export class Model extends Component {
static propTypes = {
schema: PropTypes.object.isRequired,
getComponent: PropTypes.func.isRequired,