HealthCatalyst / Fabric.Cashmere

Health Catalyst’s comprehensive design system.
http://cashmere.healthcatalyst.net
Apache License 2.0
66 stars 76 forks source link

Tabset doesn't load tabs when they change #1976

Open bskeen opened 1 year ago

bskeen commented 1 year ago

Summary

When the tabs are changed, the content of the tabs is displayed, but the tab headers do not show up.

Additional context

I have spent a bit of time debugging this since I thought it might be in our product. Setting a DOM breakpoint shows that the hc-tab elements show up in the DOM, but the contents do not show up. It seems that change detection may not be running for the contents of the hc-tab whenever they are changed.

bskeen commented 1 year ago

One thing that I was thinking might help with the tabs is the following:

https://material.angular.io/cdk/observers/overview