-
### 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 …
-
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…
-
#### Describe the bug
On following the example code [https://github.com/uber/nebula.gl/blob/master/dev-docs/RFCs/v1.0/react-map-gl-draw.md]()
I get an error specifying react-map-gl-draw has no expor…
-
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…
-
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/…
-
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…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
All environments are impacted.
### Which area(s) o…
-
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…