-
### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or u…
-
### What does the bug relate to?
- [X] Plugin's core
- [ ] Debugger
### Describe the bug
This plugin adds React.createElement even though it's a SolidStart project
```javascript
import { StartCli…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
input:
```
```
output:
```
import { createElement as _createElement } f…
-
While the aspiration of this project is to have bindings for anything available in the browser, it might be interesting consider having an additional auxiliary module.
Or to phrase it differently: …
-
https://github.com/fac-14/teamcoolerweek-2/blob/4b588fb49da82ef7d3bdaea8458d8c7c54c80362/dom.js#L16
I am sure that this works fine, but for code consistency it might better to have this lowercase, …
-
-
It looks like the default export for the ems is not a string and not the component object as of v3.2.2/3.2.1 to resolve reverted to 3.2.0
**Expected behavior**
`import AnimateHeight from 'react-a…
-
### What version of React Router are you using?
6.22.2
### Steps to Reproduce
I'm running `react-router-dom` in [Shopify customer account ui environment](https://shopify.dev/docs/api/customer-accou…
-
We allow `createClass` to be overridden with a [setting](https://github.com/yannickcr/eslint-plugin-react#configuration) - should we allow `createElement` to be configured as well?
If so, any rules…
-
**Describe the bug**
When pulling latest Blocknote into my project and slapping in a `BlockNoteView` component like the examples on the docs, I get a linter warning that says 'BlockNoteView expects a…