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

Function getDefaultProps

component/Radio.js:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 },
12
13 getDefaultProps() {
14 return {
15 className: '',
16 };
17 },
18
19 checkedChange(e){
20 const {value, onChange} = this.props;

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…