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 extending essential components with scoped contexts, there is an issue where these components, specifically FocusGroup and FocusGroupItem, need to receive and apply their designated scopes properly. This leads to a situation where the FocusGroup and FocusGroupItem might not operate within their intended context boundaries, causing unpredictable and erroneous behaviors.
Expected behavior
When extending components like FocusGroup and FocusGroupItem with scoped contexts, these components should seamlessly inherit and apply their scopes, ensuring they operate strictly within their designated context boundaries.
Bug report
Current Behavior
When extending essential components with scoped contexts, there is an issue where these components, specifically
FocusGroup
andFocusGroupItem
, need to receive and apply their designated scopes properly. This leads to a situation where the FocusGroup and FocusGroupItem might not operate within their intended context boundaries, causing unpredictable and erroneous behaviors.Expected behavior
When extending components like
FocusGroup
andFocusGroupItem
with scoped contexts, these components should seamlessly inherit and apply their scopes, ensuring they operate strictly within their designated context boundaries.Reproducible example
https://codesandbox.io/p/sandbox/radix-ui-navigation-memu-bug-report-tx9n7k
Suggested solution
Additional context
facebook/react#23287
Your environment
The text was updated successfully, but these errors were encountered: