MCPcopy Index your code
hub / github.com/flyfloor/react-component / getDefaultProps

Function getDefaultProps

component/Menu.js:18–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 },
17
18 getDefaultProps() {
19 return {
20 accordion: false,
21 popped: false,
22 horizontal: false,
23 mode: 'click',
24 className: '',
25 };
26 },
27
28 getInitialState: function() {
29 const {current} = 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…