-
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 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…
-
- [ ] 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'm experiencing an issue where I'm changing the view on the same page according to the state value, effectively toggling between two different views. However, when I switch from the first view (page)…
-
Unhandled Runtime Error
TypeError: forms[table] is not a function
Source
src\components\FormModal.tsx (151:20) @ setOpen
149 |
150 | ) : type === "create" || type === "update" …
-
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…