SYMBOL INDEX (11 symbols across 4 files) FILE: src/actions/items.js function itemsHasErrored (line 1) | function itemsHasErrored(bool) { function itemsIsLoading (line 8) | function itemsIsLoading(bool) { function itemsFetchDataSuccess (line 15) | function itemsFetchDataSuccess(items) { function itemsFetchData (line 22) | function itemsFetchData(url) { FILE: src/components/ItemList.js class ItemList (line 5) | class ItemList extends Component { method componentDidMount (line 6) | componentDidMount() { method render (line 10) | render() { FILE: src/reducers/items.js function itemsHasErrored (line 1) | function itemsHasErrored(state = false, action) { function itemsIsLoading (line 11) | function itemsIsLoading(state = false, action) { function items (line 21) | function items(state = [], action) { FILE: src/store/configureStore.js function configureStore (line 5) | function configureStore(initialState) {