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

Function getInitialState

component/Message.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 position: React.PropTypes.oneOf(['top', 'center', 'bottom']),
13 },
14 getInitialState() {
15 return {
16 display: false,
17 };
18 },
19
20 getDefaultProps() {
21 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…