We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在使用qiankun做一个微前端,当子应用的路由由createWebHistory切换为createMemoryHistory模式时,开发者工具会报错 Cannot read properties of undefined (reading 'app') TypeError: Cannot read properties of undefined (reading 'app')
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Can you provide a minimal reproduction? Thanks a lot
可以提供一个最小复现吗,感谢
通过按钮点击去改变路由的使用,其实就是动态修改路由的模式(createWebHistory 或者 createMemoryHistory),这样就会引起开发者工具的报错
No branches or pull requests
我在使用qiankun做一个微前端,当子应用的路由由createWebHistory切换为createMemoryHistory模式时,开发者工具会报错
Cannot read properties of undefined (reading 'app')
TypeError: Cannot read properties of undefined (reading 'app')
The text was updated successfully, but these errors were encountered: