We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
当前版本
打开页面一直转圈,不定期就弹出这个所有列表页面均无法显示 ReferenceError: Cannot access 'pageWrapper' before initialization at index.ts:7:40
3.5版本同问,出现这种情况之后,改下页面(比如去掉一个空格)热更新之后就又好了
可能是热部署的问题
重启就好了
这个问题我也遇到并且解决,是因为模块循环引用导致的这个问题。 解决方法: 1、添加setTimeout: 2、export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight'这段代码拆到新文件中
3Q
ReferenceError: Cannot access 'pageWrapper' before initialization #411--
回滚代码 ReferenceError: Cannot access 'pageWrapper' before initializatio…
ReferenceError: Cannot access 'pageWrapper' before initialization #411
Activity
Mr-Vash commentedon Apr 7, 2023
3.5版本同问,出现这种情况之后,改下页面(比如去掉一个空格)热更新之后就又好了
zhangdaiscott commentedon Apr 12, 2023
可能是热部署的问题
zhangdaiscott commentedon Apr 21, 2023
重启就好了
tawen commentedon Apr 26, 2023
这个问题我也遇到并且解决,是因为模块循环引用导致的这个问题。



解决方法:
1、添加setTimeout:
2、export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight'这段代码拆到新文件中
zhangdaiscott commentedon Apr 26, 2023
3Q
ReferenceError: Cannot access 'pageWrapper' before initialization #411--
回滚代码 ReferenceError: Cannot access 'pageWrapper' before initializatio…
ReferenceError: Cannot access 'pageWrapper' before initialization #411
ReferenceError: Cannot access 'pageWrapper' before initialization #411