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

Function getInitialState

component/Carousel.js:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 },
19
20 getInitialState() {
21 return {
22 index: 0,
23 count: 0,
24 baseWidth: 0,
25 };
26 },
27
28 getDefaultProps() {
29 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…