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
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.
Operating System: Specify the OS and its version (e.g., Windows 10, macOS Monterey, Ubuntu 20.04).
Software Version: Specify the version of the software where the issue occurs (e.g., v1.2.3).
Dependencies: List any relevant dependencies or libraries and their versions (e.g., Node.js v14.17.0, Python 3.9.6).
Preconditions:
Describe any preconditions that must be met before starting the reproduction steps (e.g., "User must be logged in," "A specific feature must be enabled").
Steps to Reproduce:
Provide a step-by-step list of actions to take to reproduce the issue.
Step 1: Open the application and navigate to the login page.
Step 2: Enter a valid username and password and click the "Login" button.
Step 3: Navigate to the "Profile" section from the main menu.
Step 4: Click the "Edit Profile" button.
Step 5: Change the "Email" field to an invalid email address and click "Save."
Expected Result:
Describe what you expect to happen after performing the reproduction steps (e.g., "The application should display a validation error message for the email field").
Actual Result:
Describe what actually happens when the reproduction steps are followed (e.g., "The application accepts the invalid email address and displays a success message").
Additional Information:
Include any additional information that might be relevant, such as screenshots, error logs, or network requests.
Version
v35.2.0
Browser
No response
The text was updated successfully, but these errors were encountered:
Description
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.Steps to reproduce
Environment Setup:
Preconditions:
Steps to Reproduce:
Expected Result:
Actual Result:
Additional Information:
Version
v35.2.0
Browser
No response
The text was updated successfully, but these errors were encountered: