NervJS / taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
https://docs.taro.zone/
Other
35.58k stars 4.8k forks source link

真机调试报错eval script evaluate_id #8 failed TypeError: Cannot read property 'setPageTypeById' of undefined #16561

Closed scorpioop closed 1 month ago

scorpioop commented 1 month ago

相关平台

微信小程序

复现仓库

https://gitee.com/scorpioop/test1.git 小程序基础库: 3.5.8 使用框架: React

复现步骤

运行微信小程序并真机调试

期望结果

不报错

实际结果

eval script evaluate_id #8 failed TypeError: Cannot read property 'setPageTypeById' of undefined

环境信息

👽 Taro v4.0.5

  Taro CLI 4.0.5 environment info:
    System:
      OS: Windows 10 10.0.19045
    Binaries:
      Node: 18.20.3 - C:\Program Files\nodejs\node.EXE
      Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD  
      npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD   
    npmPackages:
      @tarojs/cli: 4.0.5 => 4.0.5 
      @tarojs/components: 4.0.5 => 4.0.5 
      @tarojs/helper: 4.0.5 => 4.0.5 
      @tarojs/plugin-framework-react: 4.0.5 => 4.0.5  
      @tarojs/plugin-html: 4.0.5 => 4.0.5 
      @tarojs/plugin-platform-alipay: 4.0.5 => 4.0.5  
      @tarojs/plugin-platform-h5: 4.0.5 => 4.0.5
      @tarojs/plugin-platform-jd: 4.0.5 => 4.0.5
      @tarojs/plugin-platform-qq: 4.0.5 => 4.0.5
      @tarojs/plugin-platform-swan: 4.0.5 => 4.0.5
      @tarojs/plugin-platform-tt: 4.0.5 => 4.0.5
      @tarojs/plugin-platform-weapp: 4.0.5 => 4.0.5
      @tarojs/react: 4.0.5 => 4.0.5
      @tarojs/runtime: 4.0.5 => 4.0.5
      @tarojs/shared: 4.0.5 => 4.0.5
      @tarojs/taro: 4.0.5 => 4.0.5
      @tarojs/taro-loader: 4.0.5 => 4.0.5
      @tarojs/webpack5-runner: 4.0.5 => 4.0.5
      babel-preset-taro: 4.0.5 => 4.0.5
      eslint-config-taro: 4.0.5 => 4.0.5
      react: ^18.0.0 => 18.3.1

补充信息

真机调试2.0根本不行,真机调试1.0又会报错

TheKonka commented 1 month ago

8fe539bc48a852c0de35fde1b5022fd image 2.0 正常没有复现