Hi currently trying the code and have an issue when I try to add an item. Here is the errors
TypeError: Cannot read property 'subject' of undefined
(anonymous function)
src/pages/TabOnePage.js:45
45 | <h3>{value.content.subject}</h3>
TabOnePage._renderItems
src/pages/TabOnePage.js:31
31 | return this.props.store.itemEntries.map(([key, value]) => {
View compiled
TabOnePage._renderList
src/pages/TabOnePage.js:92
92 | <div style={{paddingTop: this.state.refreshing ? 40 : 0}}>
View compiled
TabOnePage.render
src/pages/TabOnePage.js:122
122 | <IonLabel>Current User: {store.activeUser.email}</IonLabel>
▶ 32 stack frames were collapsed.
(anonymous function)
src/store/index.js:171
171 | return runInAction(() => {
Hi currently trying the code and have an issue when I try to add an item. Here is the errors
TypeError: Cannot read property 'subject' of undefined
(anonymous function)
src/pages/TabOnePage.js:45
TabOnePage._renderItems
src/pages/TabOnePage.js:31
View compiled
TabOnePage._renderList
src/pages/TabOnePage.js:92
View compiled
TabOnePage.render
src/pages/TabOnePage.js:122
▶ 32 stack frames were collapsed.
(anonymous function)
src/store/index.js:171