Skip to content

BUG: Styler cells_ids fails on second render #35663

Closed
@attack68

Description

@attack68

issue #35588 addressed the issue of cell_ids failing.

This bug reports a failure on second render(), due to ctx object, as a defaultdict, having a key inserted when it is queried, which then impacts the programming logic the second time it is run.

The solution is to move the query within conditional a few lines above.

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