Li,Weitao

Results 102 comments of Li,Weitao

恩,是可以支持这样试用的,用ts的话,需要改下 `tsconfig` 的配置 ``` "compilerOptions": { ... "jsxFactory": "React.createElement" ... }, ```

Hello, Fragments is an awsome feature, we will soon support it!

Because we recently focused on another project, support for functionality fell a bit behind,this feature is expected to be added in August.

> 在 ubuntu 20.04 进行H5构建、taro init 会报 > > Error: /usr/local/share/.config/yarn/global/node_modules/@tarojs/binding-linux-x64-gnu/taro.linux-x64-gnu.node: undefined symbol: __libc_single_threaded 目前 taro 的 Rust binding 是在 ubuntu-22.04 上编译的,在 ubuntu 20.04 上可能会有问题

> > > 在 ubuntu 20.04 进行H5构建、taro init 会报 > > > Error: /usr/local/share/.config/yarn/global/node_modules/@tarojs/binding-linux-x64-gnu/taro.linux-x64-gnu.node: undefined symbol: __libc_single_threaded > > > > > > 目前 taro 的 Rust binding 是在 ubuntu-22.04...

辛苦把模板库的也一起改了吧😁 https://github.com/NervJS/taro-project-templates/tree/v3.6-rs https://github.com/NervJS/taro-project-templates/tree/v4.0

@vdfor 你这个问题应该升级到 3.6.23 就修复了

频繁 setState 来更新可以通过加节流来尝试解决