We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
微信小程序
https://github.com/kaifa-yang/taro-react-.git 小程序基础库: 1.0.0 使用框架: React
终端 npm run dev:h5 运行或者刷新就会碰到错误
正常运行,不会再出现没有找到页面实例
目前无法解决运行刷新就报错-且同时无法渲染 得在代码中任意改动保存-->不刷新->能刷新
Taro CLI 3.5.5 environment info: System: OS: Windows 10 Binaries: Node: 16.13.2 - D:\node.EXE Yarn: 1.22.17 - C:\Users\人生赢家\AppData\Roaming\npm\yarn.CMD npm: 8.1.2 - D:\npm.CMD
The text was updated successfully, but these errors were encountered:
救救孩子,已经碰壁几天了。
Sorry, something went wrong.
#12416 也是报 这个错误
入口文件书写错误,不需要传入页面组件
function App(props) { // props.children 是将渲染的页面实例,缺少将导致错误 return props.children } export default App
No branches or pull requests
相关平台
微信小程序
复现仓库
https://github.com/kaifa-yang/taro-react-.git
小程序基础库: 1.0.0
使用框架: React
复现步骤
终端 npm run dev:h5
运行或者刷新就会碰到错误
期望结果
正常运行,不会再出现没有找到页面实例
实际结果
目前无法解决运行刷新就报错-且同时无法渲染
得在代码中任意改动保存-->不刷新->能刷新
环境信息
The text was updated successfully, but these errors were encountered: