-
> [!WARNING]
> This comment is maintained by CI. Do not edit this comment directly.
> To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking i…
-
Was [first brought up on the discourse forum](https://discourse.purescript.org/t/useref-in-react-hooks/4753).
It's often useful to refer to one DOM element from another. So for example you may have…
-
### 🔍 Search Terms
typescript extract setter types mapped type
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn't c…
-
**Describe the bug**
Using `DatePicker` with TS strict mode throws the following type error:
```js
'DatePicker' cannot be used as a JSX component.
Its instance type 'ReactDatePicker' is not a va…
-
When deploying to vercel from the repo.
Full logs:
"[11:21:57.508] Running build in Washington, D.C., USA (East) – iad1
[11:21:57.666] Cloning github.com/miali88/fff (Branch: main, Commit: 6d21…
-
With the React 19.x types package, Root and Slot cause `tsc` errors:
```json
"devDependencies": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
…
-
### Describe the Bug
After updating React 19, @types/react and nextjs to stable 15.0.0 @react-email/components is breaking our application. The error is on every component exported from the package w…
-
### Describe the bug
[jsx-a11y eslint plugin](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) was recently added to the project and this rule -
jsx-a11y/no-noninteractive-element-to-interactiv…
-
### Describe the Bug
The Astro extensions formatter seems to expect elements inside expressions to be wrapped in a single element just like JSX. The code however compiles fine and displays the corr…
-
### What is the problem this feature would solve?
This feature will add a faster way to transform JSX to string on the server-side, Similar to Deno precompile JSX
### What is the feature you are pro…