Skip to content

Things get rendered twice #3103

@benfrancis

Description

@benfrancis

When debugging the gateway front end I have noticed when that when the Things screen is loaded, the collection of Things is actually rendered twice. Each Thing is rendered in turn, then the view is cleared, then they are rendered again.

I also note that the /things resource is fetched three times, and /groups twice. Something is causing a refresh during page load.

STR:

  • Load /things

Expected:

  • /things and /groups resources loaded once
  • Things rendered once

Actual:

  • /things resource loaded three times
  • /groups resource loaded twice
  • Things rendered twice

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions