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
The component in compound-web is not forwarding the ref to the underlying component.
This is an issue because when I tried to use Radix's Alert dialog, it could not autofocus on the button, because it was missing the ref.
I did not do it back in this PR (element-hq/compound-web#47) because it was hard to properly type, because of the generic as prop.
The component in compound-web is not forwarding the ref to the underlying component.
This is an issue because when I tried to use Radix's Alert dialog, it could not autofocus on the button, because it was missing the ref.
I did not do it back in this PR (element-hq/compound-web#47) because it was hard to properly type, because of the generic
as
prop.cc @germain-gg
The text was updated successfully, but these errors were encountered: