maester
maester copied to clipboard
Report opens multiple dialogs
Describe the bug
When clicking on a test it opens multiple dialogs after it has been refactored.
To Reproduce
Steps to reproduce the behavior:
- Open a report
- Click on a test
- Scroll to the bottom and you can see that multiple dialogs are open. It appears in the dev tools that it opens 3 dialogs:
The background also appears darker than usual.
Expected behavior
It should only open 1 dialog.
Additional context
I'd suggest instead of using "item.Id || item.Name" several places for indexing, simply use the index value already present in the json for each test.
@GuidoBaijense it appears to be an issue after refactoring the components.
@tdcthosc I will look into it. Thx for pointing out.
As far as I can see, I fixed it with #950.