BluesCurry
BluesCurry
@harlan-zw May I ask when this bug can be fixed?
I ran into the same problem. Here is my vscode configuration, everything else is the default configuration of windicss-intellisense ``` "windicss.enableCodeFolding": true, "windicss.includeLanguages": { "tsx": { // .tsx "type": "html",...
> I tried your configuration, unfortunately it didn't work.Is it ok for you to apply to your TSX files?
https://sftc.github.io/cving/
> > > 我使用楼主的demo 没有复现,可以设置`Taro.options.debug = true`后查看`setData`的数据值有没有问题 > > > > > > 使用 input框,通过快速输入数字。 @Chen-jj 您可以拉去我的组件库尝试是否可以复现问题: npm install taro-ui-sincenir 使用方法和taro-ui相同。 import { SiInput } from "taro-ui-sincenir"; import "taro-ui-sincenir/dist/styles/radio.less"; import...
> 可尝试升级版本修复该问题 请问要升级到什么版本?
> > > 可尝试升级版本修复该问题 > > > > > > 要升级到什么版本? > > 老哥解决了吗这个 没解决,我升级到了3.4.x的最新版本还是不行,没试升到3.5行不行,因为升3.5改动会比较大
补充一下,使用的是 Taro + react 开发~
> 尝试使用最新版本看看 👀 #57 我用的是最新的1.5.3版本~
> 为了节省插件编译的性能,故意没有对所有逻辑代码都做转译处理,目前仅针对 jsx markup 做了处理。 了解,那是否可以支持下都处理呢,或者加一个开关由用户控制是否开启对 jsx markup 外的内容进行处理