mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove unknown props in ART (#6861)
This commit is contained in:
@@ -234,12 +234,10 @@ const Surface = React.createClass({
|
||||
const Tag = Mode.Surface.tagName;
|
||||
return (
|
||||
<Tag
|
||||
accesskey={props.accesskey}
|
||||
className={props.className}
|
||||
draggable={props.draggable}
|
||||
role={props.role}
|
||||
style={props.style}
|
||||
tabindex={props.tabindex}
|
||||
title={props.title}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user