-
[!] use_native_modules! skipped the react-native dependency '@envoy/react-native-signature-pad'. No podspec file was found.
- Check to see if there is an updated version that contains the necessa…
-
**Current behavior:** Use emotion cache with `@emotion/server` cannot extract CSS on the browser.
**To reproduce:**
https://codesandbox.io/s/emotion-issue-template-forked-ij0lf7?file=/sr…
-
### Subject of the feature
React v18 has been released and is stable
### Problem
We want to start a new project using React v18 because this package's peer dependency to react is locked t…
-
**Is your feature request related to a problem? Please describe.**
I want to access themes/styles for Material Design icons. For example, the [Rounded theme seen here](https://material.io/resources/i…
-
### Which UI Kit version is this bug for?
v5.x
### Latest version
- [X] I have tested the latest version
### No Hitachi confidential content
- [X] I'm not including any Hitachi confidential conte…
-
## Bug report
I really think that a v5 should start things off without deprecation warnings
![CleanShot 2024-09-10 at 00 15 36](https://github.com/user-attachments/assets/31c23fc4-496c-4c11-b0…
-
I currently work for a health care company and we got a complaint in regards to WCAG (Web Content Accessibility Guidelines) for our checkboxes.
Our code currently applies the default checkbox focus…
-
# 🐛 bug report
## Preflight Checklist
- [x] I have read the [Contributing Guidelines][contributing] for this project.
- [x] I agree to follow the [Code of Conduct][code_of_conduct] that thi…
-
### Description
This error happened in React Native 0.64.2 app, with ethersjs 5.4. The app used to use IP address to connect to boot node. After the boot node was assigned a domai…
-
### Bug Description:
### Steps to Reproduce:
Hey, I use the SelectOption array
```
const [method, ] = React.useState('xxx');
const methodOptions: SelectOption[] = [
{ value: …