Stashed: move anyOf/oneOf/not into core
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user