You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see users/uid/fullness appear on firebase, but users/uid/lastFed (a Date) will not appear. In fact, when I use React dev tools, this.state.lastFed becomes undefined all of a sudden. Not entirely sure what I'm doing wrong. Does syncState not work with Date objects?
The text was updated successfully, but these errors were encountered:
This is how my state looks:
This is what my componentDidMount (kind of) looks like:
I see users/uid/fullness appear on firebase, but users/uid/lastFed (a Date) will not appear. In fact, when I use React dev tools, this.state.lastFed becomes undefined all of a sudden. Not entirely sure what I'm doing wrong. Does syncState not work with Date objects?
The text was updated successfully, but these errors were encountered: