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
Please provide the specific file name or path you want to be explained in the repository.The README.md file in the repository Sazwan1996/Sazwan1996 contains a brief introduction about you:
Here are some of the recent bugs reported in the primer/react repository:
Button: Spinner displays twice when count property is set and loading is true
Description: When the Button component's loading property is set to true and the count property is also provided, the spinner icon is displayed twice on the button.
Sub-component pattern causes an error when used in React Server Components
Description: When using a component that has a sub-component pattern, like PageLayout, it cannot be used in a React Server Component due to a module error.
SelectPanel inside Dialog v2 footer incorrectly chooses its anchor side on opening
Description:SelectPanel inside the Dialog V2 footer does not correctly pick the direction to open in, leading to the panel opening off the page downwards.
Please note that these are only the 10 most recent bugs. There are a total of 24 open bugs reported. You can view more details and all reported bugs on the GitHub issues page.
Version
Main
Browser
Chrome
The text was updated successfully, but these errors were encountered:
Description
Please provide the specific file name or path you want to be explained in the repository.The
README.md
file in the repositorySazwan1996/Sazwan1996
contains a brief introduction about you:This file is displayed on your GitHub profile and serves as a personal introduction. You can edit it to provide more details about yourself.
You can view and edit the file here.
Steps to reproduce
Here are some of the recent bugs reported in the
primer/react
repository:Button: Spinner displays twice when
count
property is set andloading
is trueButton
component'sloading
property is set totrue
and thecount
property is also provided, the spinner icon is displayed twice on the button.UnderlineNav items collapse into more menu when wrapped with a flex
Sub-component pattern causes an error when used in React Server Components
PageLayout
, it cannot be used in a React Server Component due to a module error.Dialog
V2 does not work when stacked overOverlay
s or other components usinguseOnClickOutside
Dialog
component does not useuseOnClickOutside
, causing issues when stacked overOverlay
or similar components.Stack
does not properly forward refStack
appears to accept aref
prop based on the TypeScript types, but this ref is not actually bound to the underlying element.ActionMenu.Anchor should only accept button
ActionMenu.Anchor
can be used incorrectly, leading to inaccessible HTML and focus issues.SelectPanel bug when we have a static items list inside the same component
SelectPanel
works buggy when we have a static items list inside the same component.AutoComplete when nested in a dialog can run into z-index/dom ordering issues
SelectPanel inside Dialog v2 footer incorrectly chooses its anchor side on opening
SelectPanel
inside theDialog V2
footer does not correctly pick the direction to open in, leading to the panel opening off the page downwards.Tooltip is misplaced when it is rendered on a dialog
Dialog 2
, if the first interactive item that receives focus usesTooltip
, the tooltip appears misplaced.Please note that these are only the 10 most recent bugs. There are a total of 24 open bugs reported. You can view more details and all reported bugs on the GitHub issues page.
Version
Main
Browser
Chrome
The text was updated successfully, but these errors were encountered: