We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98baad2 + e844bdf commit 28bbc2eCopy full SHA for 28bbc2e
examples/App.js
@@ -2,7 +2,6 @@ import React from 'react';
2
3
import Button from 'react-bootstrap/lib/Button';
4
import Editor from 'component-playground';
5
-import hyphenate from 'dom-helpers/util/hyphenateStyle';
6
7
import PropTable from './PropTable';
8
examples/PropTable.js
@@ -42,8 +42,7 @@ const PropTable = React.createClass({
42
let propsData = this.propsData;
43
let composes = this.props.metadata[this.props.component].composes || [];
44
45
- console.log(propsData)
46
- if ( !Object.keys(propsData).length){
+ if ( !Object.keys(propsData).length ){
47
return <span/>;
48
}
49
0 commit comments