-
配置插件之后,会出现这样的 warning
![4BD76D5E273316CB478333ACA881B276](https://github.com/LancerComet/vue2-jsx-runtime/assets/24939100/3fb86037-9bd6-4052-a95e-32d585a6ecef)
是缺失什么配置还是啥呢?
swc 配置如你的例子一样
```js
…
-
### 🔎 Search Terms
- generic
- array
- function
- compile
- tsxelement
### 🕗 Version & Regression Information
- This is the behavior in typescript@next version I tried
### ⏯ Playground Link
htt…
-
If I want to use rslib to create a component library which supports server components, how can I preserve the `"use client"` directive at the top of the file?
I have a pretty basic config:
```
i…
-
```
new
```
Original issue reported on code.google.com by `luyua...@beyondsoft.com` on 22 Feb 2011 at 2:57
-
Some alternative React implementations use a shorthand for `createElement` that's a little bit shorter with the intent of easing the pain of not having JSX.
We don't have JSX here, and it's painful…
-
> 什么eval???
```javascript
catch (err) {
var newD = document.createElement('div');
newD.innerText = `${err.message}`;
…
-
Hi Andrew,
I found a small problem: when the billing company of the card data contains a special character(& sign), the code crashed.
Bug place:
Omnipay\Realex\Message\CreateCustomerRequest.php
70. …
-
its `React.createElement` from the "react" package now
-
I do not know if this is issue with react-animate-on-scroll or with my environment.
**Full error message:**
`React.createElement: type is invalid -- expected a string (for built-in components) or …
-
We could save bytes if we do like other vdom packages do, namely use a short alias name for `React.createElement`.
For example:
``` js
var h = require("react").React;
h("div", ... );
```
instead of…