Skip to content

Nested context does not update value if outer context should not render #846

Closed
@Archmonger

Description

@Archmonger

Current Situation

ReactJS appears to support nested context.

However, in IDOM situations like the following simply don't render...

    return ModalStateContext(
        HomepageStateContext(
            navbar(),
            modal(),
            sidebar(),
            viewport_loading_animation(),
            viewport(),
            backdrop(),
            value=home_state,
        ),
        value=modal_state,
    )

Proposed Actions

Modify the ContextProvider to support nested contexts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions