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
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
Couldn't download Augury Canary, link leads to a 404
Augury version (required): 1.25.2
Angular version (required): 9.1
Date: 2020/09/11
OS: Windows 10 19041.508
Description of issue:
Components within a material tab aren't shown or the component is duplicated by switching tab and its seems to be the same reference, when one selected, all of them are, same for its children
I could one reproduce the missing components, the duplication leads me to a crash of Augury, I clicked on send a report but Augury restarded so I don't know if the report was sent or not
Steps to reproduce:
With Angular Material create a TabGroup
Create 2 or 3 components
Inject components through directive with a component factory by iterating over each tabs
Open Augury and go to the component level of your tab
Couldn't download Augury Canary, link leads to a 404
Augury version (required): 1.25.2
Angular version (required): 9.1
Date: 2020/09/11
OS: Windows 10 19041.508
Description of issue:
Components within a material tab aren't shown or the component is duplicated by switching tab and its seems to be the same reference, when one selected, all of them are, same for its children
I could one reproduce the missing components, the duplication leads me to a crash of Augury, I clicked on send a report but Augury restarded so I don't know if the report was sent or not
Steps to reproduce:
Additional details:
In my case I have a set of tabGroup like so:
Which works correctly, both of my component are alive and got triggered when i fire up some events
Here's how I instantiate my components :
And here is the result I got inside Augury with ComponentOnly view:
Extra question:
Is it possible to reload Augury at any moment to force a "website parsing" ?
The text was updated successfully, but these errors were encountered: