You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: