Size is a string, import react
React gets put in by the JSX transpile
This commit is contained in:
parent
4a5821e199
commit
4fc4ae1e99
6 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default React.createClass({
|
|||
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
size: 25,
|
||||
size: "25",
|
||||
tooltip: false,
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue