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
Within mdc-tab's adapter is a method computeIndicatorClientRect. This is only called once from within the foundation, which just returns the adapter method. It is an unnecessary round trip, which can be removed.
This computeIndicatorClientRect should be a public method on the component.
The text was updated successfully, but these errors were encountered:
Within mdc-tab's adapter is a method
computeIndicatorClientRect
. This is only called once from within the foundation, which just returns the adapter method. It is an unnecessary round trip, which can be removed.This computeIndicatorClientRect should be a public method on the component.
The text was updated successfully, but these errors were encountered: