Everything works fine until I have 2 details nodes. If I click Open on one node, then the DetailsTrigger rerenders on all other nodes even though the NodeView of the other node does not rerender (i.e. deatilsNode in DetailsSumamryNodeView is the correct clicked node and only that node should rerender while the trigger for some reason rerenders in both ndoes. I tried to set some unique keys etc but nothing help. What might be the reason?
Affected Packages
react
Version(s)
2.8.0
Bug Description
I created a custom
Details
extension like this:Each node has its own NodeView like below:
Here is how the components looks like:
Everything works fine until I have 2 details nodes. If I click
Open
on one node, then theDetailsTrigger
rerenders on all other nodes even though theNodeView
of the other node does not rerender (i.e.deatilsNode
inDetailsSumamryNodeView
is the correct clicked node and only that node should rerender while the trigger for some reason rerenders in both ndoes. I tried to set some unique keys etc but nothing help. What might be the reason?Browser Used
Chrome
Code Example URL
No response
Expected Behavior
Only one node view should rerender
Additional Context (Optional)
No response
Dependency Updates