-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'subject' of undefined #1
Comments
Will take a look today and let you know.
On Thu, Jun 4, 2020 at 11:10 AM Pierre ***@***.***> wrote:
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(() => {
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEAFGJT63DKZRCXKGVQFOLRU62NPANCNFSM4NSXAPLQ>
.
--
…--
Aaron K. Saunders
CEO Clearly Innovative Inc - Luma Lab - In3
[email protected]
www.clearlyinnovative.com
www.In3DC.com
This email message and any attachment(s) are for the sole use of the
intended recipient(s) and may contain proprietary and/or confidential
information which may be privileged or otherwise protected from disclosure.
Any unauthorized review, use, disclosure or distribution is prohibited. If
you are not the intended recipient(s), please contact the sender by reply
email and destroy the original message and any copies of the message as
well as any attachment(s) to the original message.
|
Are you using your own firebase configuration? I just tested the code and it worked fine for me? I would need to see if there is some error coming from firebase |
I use my configuration but there is maybe an issue. I ve just copy pasted the |
When I try to create an account I have this error message: |
sorry i have been distracted. but it seems like you need to set the security in firebase rules |
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
The text was updated successfully, but these errors were encountered: