-
### Description
I'm experiencing an issue with the Radio component where the screen reader reads the value field instead of the label. When I set the accessibilityLabel property, the screen reader st…
-
### Which @ngrx/* package(s) are the source of the bug?
store-devtools
### Minimal reproduction of the bug/regression with instructions
providing a repo with MFE hosts and remotes
all have o…
-
### **Description**
Add unit testing functionality to the component template in the MetaMask design system monorepo. This will involve setting up tests using the [React Testing Library](https://tes…
-
### Current behavior
![Screenshot_20241021_125911](https://github.com/user-attachments/assets/8322b46f-e7c6-4df7-811d-495d258e5e5f)
I am facing some trouble with `@react-navigation/bottom-tabs` sinc…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
We have a requirement for a UI that re…
-
Blazor components today are typically authored using Razor syntax, which is designed to make it convenient to define dynamic HTML rendering logic using a combination of HTML and C#. You can define Bla…
-
## Description
When the `theme` prop or the values inside the `theme` object changes, calendar doesn't update the UI based on the new theme values. In my case, when the device scheme changes from lig…
-
Will I be able to adhere to Material Design and iOS UI design systems without ejecting? Will I be able to adhere to both at all?
-
### Description
The accordion component doesn't work with new architecture enabled
### CodeSandbox/Snack link
https://github.com/nnphong1904/glutstack-accordion-reproduction
### Steps to r…
-
### What happened?
A common matcher such as:
```js
await expect(element(by.id('item.toggle'))).toHaveToggleValue(false);
```
seems to have stopped working when upgrading from RN 71 to 73. It …