Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Issue accessing to nested object property value #2

@bunchito

Description

@bunchito

Monday's Breakfast: {this.state.calendar && this.state.calendar.monday.breakfast}

Following the tutorial and copying and pasting per-commit, I can access through this.state.calendar.calendar.monday.breakfast
not
this.state.calendar.monday.breakfast.

State
    calendar:
    {…}
        calendar:
        {…}
            friday:
            {…}
            monday:
            {…}
                breakfast:
                "dasdasds"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions