Skip to content

TypeError: Cannot read property 'subject' of undefined #1

Description

@twinpixio

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(() => {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions