Stashed: move anyOf/oneOf/not into core

This commit is contained in:
Kyle Shockey
2017-07-05 15:18:50 -07:00
parent 4e80e292b2
commit 189f048e91
2 changed files with 48 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ class ModelComponent extends Component {
classes.push("deprecated")
message = <span className="model-deprecated-warning">Deprecated:</span>
}
return <div className={classes.join(" ")}>
{message}
<Model { ...this.props }