-
### 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…
-
在react的学习书籍中,一般都会直接讲明jsx会被编译为`React.creatElement`函数,类似这样:
```jsx
text
// 上面的 JSX 会被编译成这样
React.createElement("div", {
id: "1"
}, "text")
```
来看一下源码中的这一部分,先定位到这个函数:
```js
export function c…
bibi7 updated
5 years ago