-
Description đź“ś
What is Functional Components and Class Components in ReactJS
The domain of Contribution đź“Š will be Document, Code.
I am a GWOC'21 Contributor from Mern 3 Batch.
@Salonee-Jain @ma…
-
As part of v11, many components were upgraded from class components to function components, https://github.com/carbon-design-system/carbon/issues/9712.
When v11 was close to being released, there w…
-
## Objective:
Consolidate the following repositories into a single package:
- [open-rpc/inspector](https://github.com/open-rpc/inspector)
- [open-rpc/logs-react](https://github.com/open-rpc/logs-re…
-
### Package
@carbon/react
### Browser
Chrome
### Package version
1.68.0
### React version
16.14.0
### Description
The component `` has a `disabled` control. When set to true, it makes the but…
-
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
I encountered an issue where attempting to assign ref to a function…
-
### **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…
-
### **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…
-
I tried using react-aim with react's functional components `const Component = () => {}`, but unfortunately that doesn't work.
-
### Link to the code that reproduces this issue
https://github.com/howdoicomputer/issue-reproduction
### To Reproduce
1. Create a new project and add
```
import OpenAI from 'openai';
const c…
-
**Is your feature request related to a problem? Please describe.**
This is not a problem, but feedback. Reshaped components like `Accordion`, `Modal`, and `DropdownMenu` require client-side Javascript…