-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue test #16164
Comments
taro-bot2
bot
added
F-react
Framework - React
T-weapp
Target - 编译到微信小程序
V-3
Version - 3.x
labels
Jul 26, 2024
This was referenced Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
复现仓库
https://github.com/liqinuo/my-taro-template.git
小程序基础库: 3.5.0
使用框架: React
复现步骤
taro init xtEvaluation
? 请输入项目介绍 测评
? 请选择框架 Vue3
? 是否需要使用 TypeScript ? Yes
? 请选择 CSS 预处理器(Sass/Less/Stylus) 无
? 请选择包管理工具 pnpm
? 请选择编译工具 Vite
? 请选择模板源 CLI 内置默认模板
直接运行即可
期望结果
运行起来
实际结果
app.js错误:
TypeError: app.js错误:
TypeError: Cannot read property 'createTextNode' of null
at createText (vendors.js? [sm]:6775)
at processFragment (vendors.js? [sm]:4067)
at patch (vendors.js? [sm]:3643)
at ReactiveEffect.componentUpdateFn [as fn] (vendors.js? [sm]:4285)
at ReactiveEffect.value (vendors.js? [sm]:354)
at instance.update (vendors.js? [sm]:4409)
at setupRenderEffect (vendors.js? [sm]:4419)
at mountComponent (vendors.js? [sm]:4187)
at processComponent (vendors.js? [sm]:4141)
at patch (vendors.js? [sm]:3669)(env: macOS,mp,1.06.2407101; lib: 3.5.0)
at createText (vendors.js? [sm]:6775)
at processFragment (vendors.js? [sm]:4067)
at patch (vendors.js? [sm]:3643)
at ReactiveEffect.componentUpdateFn [as fn] (vendors.js? [sm]:4285)
at ReactiveEffect.value (vendors.js? [sm]:354)
at instance.update (vendors.js? [sm]:4409)
at setupRenderEffect (vendors.js? [sm]:4419)
at mountComponent (vendors.js? [sm]:4187)
at processComponent (vendors.js? [sm]:4141)
at patch (vendors.js? [sm]:3669)(env: macOS,mp,1.06.2407101; lib: 3.5.0)
环境信息
The text was updated successfully, but these errors were encountered: