You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{PropsWithChildren}from'react';import{Provider}from'react-redux';import'taro-ui/dist/style/index.scss';import{useLaunch}from'@tarojs/taro';importstorefrom'@/store';import'./app.scss';functionApp({ children }: PropsWithChildren<any>){useLaunch(()=>{console.log('children',children);});// children 是将要会渲染的页面return<Providerstore={store}>{children}</Provider>;}exportdefaultApp;
相关平台
H5
浏览器版本: chrome 版本 131.0.6778.140(正式版本) (arm64)
使用框架: React
复现步骤
build:h5后,访问html白屏。
期望结果
能正常显示
实际结果
白屏
环境信息
配置文件
补充信息
app.tsx正常加载打印了信息,child对象异常
The text was updated successfully, but these errors were encountered: