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

Function getDefaultProps

component/DatePicker.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 getInitialState() {
20 const value = this.initDate();

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…