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

Function getDefaultProps

component/TimeInput.js:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 },
28
29 getDefaultProps() {
30 return {
31 simple: false,
32 value: '',
33 className: '',
34 };
35 },
36
37 handleInputChange(e){
38 const {value} = e.target;

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…