taro icon indicating copy to clipboard operation
taro copied to clipboard

生成的base.wxml文件,在开启skyline的情况下报错

Open ShaoGongBra opened this issue 5 months ago • 12 comments

相关平台

微信小程序

小程序基础库: 3.5.6 使用框架: React

复现步骤

开启skyline,之后主要的问题有三个 1 block不支持id data-sid属性,需要删除 2 audio模板存在重复 id 属性 3 slot模板在seykline下的报错是 Error: child nodes are not allowed for this element

期望结果

正常编译

实际结果

报错

环境信息

Taro CLI 3.6.35 environment info:
    System:
      OS: macOS 14.5
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 18.20.3 - /var/folders/rf/gd60z12164z72bny7z_0d4f80000gn/T/yarn--1725449725979-0.31281094491222805/node
      Yarn: 1.22.22 - /var/folders/rf/gd60z12164z72bny7z_0d4f80000gn/T/yarn--1725449725979-0.31281094491222805/yarn
      npm: 10.7.0 - ~/.nvm/versions/node/v18.20.3/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.35 => 3.6.35 
      @tarojs/components: 3.6.35 => 3.6.35 
      @tarojs/helper: 3.6.35 => 3.6.35 
      @tarojs/plugin-framework-react: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-alipay: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-h5: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-jd: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-qq: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-swan: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-tt: 3.6.35 => 3.6.35 
      @tarojs/plugin-platform-weapp: 3.6.35 => 3.6.35 
      @tarojs/rn-runner: 3.6.35 => 3.6.35 
      @tarojs/runtime: 3.6.35 => 3.6.35 
      @tarojs/shared: 3.6.35 => 3.6.35 
      @tarojs/taro: 3.6.35 => 3.6.35 
      @tarojs/taro-rn: 3.6.35 => 3.6.35 
      @tarojs/webpack5-runner: 3.6.35 => 3.6.35 
      babel-preset-taro: 3.6.35 => 3.6.35 
      eslint-config-taro: 3.6.35 => 3.6.35 
      expo: ~48.0.19 => 48.0.21 
      react: ^18.2.0 => 18.3.1 
      react-native: ~0.71.11 => 0.71.19

ShaoGongBra avatar Sep 04 '24 11:09 ShaoGongBra