-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Description
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