Size is a string, import react

React gets put in by the JSX transpile
This commit is contained in:
David Baker 2017-05-05 14:56:26 +01:00
parent 4a5821e199
commit 4fc4ae1e99
6 changed files with 6 additions and 1 deletions

View file

@ -33,7 +33,7 @@ export default React.createClass({
getDefaultProps: function() {
return {
size: 25,
size: "25",
tooltip: false,
};
},