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
When using UnderlinePanels.Panel, it doesn't seem to be providing type information for generic HTMLElement attributes for props that can be passed to it (like className). For example:
In this snippet, className is not providing any type information from the underlying attribute on HTMLElement. We should update the prop information to correctly provide context into any props that it forwards along.