MCPcopy Create free account
hub / github.com/flyfloor/react-component / getDefaultProps

Function getDefaultProps

component/Item.js:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 children: React.PropTypes.node,
6 },
7 getDefaultProps() {
8 return {
9 className: '',
10 };
11 },
12 render() {
13 const {children} = this.props;
14 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…