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 was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? * In PR feat(mdPanel): Wrapper and Panel elements referenced in the MdPanelRef #9231, I made the panelContainer and panelEl references public within the API. When I went through and added the deprecation notices to the addClass, removeClass, and toggleClass methods, I overlooked the fact that panelContainer and panelEl were public and I left them private. Tests didn't fail because of the defined exceptions.
What is the expected behavior?panelContainer and panelEl need to be public everywhere.