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 returning focus onto the page, like when closing or dismissing a dialog, components need the ability to accept a ref that will allow for restoring focus to the component if it was the last active element before the dialog was triggered.
This issue tackles adding the ability to pass a ref to ToggleSwitch so that this component can participate in this kind of flow.