-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Describe the bug
The first time you load an entity detail component the embedded graph renders once. If you change the entityId for the component without destroying the component the graph requests updated data, renders, and then continously loops through that same flow. The only obvious side effect is the tooltips will stack.
Screenshots
Additional context
I found the source of the issue. Something is setting the graph pref "matchKeysIncluded" to an empty array, which then triggers an "onPrefsChange" event, in that handler it re-renders if one of the prefs that was changed was one that would require the graph to be re-rendered.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
