-
主应用vue2+ hash路由 基于路由页面添加的微应用
微应用 react 16.8 hash路由
主应用挂载微应用后,在主应用点击跳转链接(该链接能匹配到微应用的某个路由),地址栏链接已改变,但微应用未监听到路由变化,导致页面没有正常切换
在微应用内部做路由跳转时,页面能正常跳转
感觉就像是vue拦截了 hashchange 导致 react没有监听到变化而没有切换
…
-
I've got this error after searching another user by email and select on that user then got `Cannot read properties of undefined (reading 'getUserMedia')`
### Subject of the issue
### Your en…
-
Issue seems to relate to this comment;
https://github.com/CanopyTax/single-spa-angular/issues/94#issuecomment-520550455
Creating a new ticket as I cannot reproduce using the browser back button.
…
-
We have a strange problem with our react application where multiple `atomWithHash` mounting at the same time cause the subscribe function of `atomWithHash` to behave badly. But only sometimes. I'm als…
-
### Which Remix packages are impacted?
- `remix` (Remix core)
### What version of Remix are you using?
1.1.3
### What version of Node are you using? Minimum supported version is 14.
16.…
-
Hi....after updating ioBroker no connection to preferences and somehow the whole system seems to be slow.
Deleted browser cache, tried other browsers, even mobile ones.
Pressing F12 after clickin…
-
## What happens?
使用qiankun注册微应用,在start函数上使用自定义fetch函数处理。后续再加载主应用下的资源时,注册子应用时的fetch函数被调用了。
## 最小可复现仓库
[https://github.com/vchenpeng/qiankun-demo](https://github.com/vchenpeng/qiankun-demo)
…
-
## What happens?
主应用是vue2,首页有2个路由,分别对应子应用(react、umijs)的2个路由:
子应用index
子应用about
主子应用路由都是hash模式
A clear and concise description of what the bug is.
首次点击子应用index路由,能正常加载子应用index页面;
再点击子应用abou…
-
Have you been able to measure the performance impact of single spa? What's the performance cost of using single-spa to tie all of these different frameworks together?
Congrats by the way--this see…
-
# Feature request
On Reddit or twitter, if you click on a post, it will change url to post view url, but it shows post on modal instead of navigating and losing current ui contexts (scroll position…