-
Hi Teams, Recently I wanted to debug react source code and I clicked link from React README.MD Contributing. It jumped to [link](https://legacy.reactjs.org/docs/how-to-contribute.html). I find the s…
-
**Describe the bug or question**
When an application moves into SKIP_BECAUSE_BROKEN state, for example not having the proper lifecycle methods exported, the `unloadApplication` API is unable to move …
-
I was getting an error on the first line/import of every file:
```
[eslint] Definition for rule 'react/require-extension' was not found (react/require-extension)
```
The docs for require-extensi…
-
### Description
![image](https://github.com/user-attachments/assets/22ac2d47-287f-47bc-83cd-e51496c132f4)
Getting black screen when we don't add opacity to props
If we add opacity we see …
-
As stated here https://github.com/reactjs/reactjs.org/blob/main/content/docs/strict-mode.md?plain=1#L181 useInsertionEffect is included with enableStrictEffects flags in react. but it is not working. …
-
- [ ] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[https://github.com/recharts/rech…
-
Similar to issue #445 in which the question was to open in a new tab, I'd like to intercept the link click entirely. Our app redirects to a native control for the anchors. Is there any exposed functio…
-
I've looked at for it at these places and couldn't find it:
https://github.com/travist/jsencrypt/blob/master/CHANGELOG.md - (Like [React's Changelog.md](https://github.com/facebook/react/blob/master/…
-
users need to have both whatsapp phone number and email authenticated.
OTP on whatsapp for authentication?
-
We're trying to use React Context in order to avoid passing context objects around everywhere. Although `scalajs-react` implements `provide` and `consume` for contexts, I couldn't find a way to invoke…