umijs / hox

State sharing for React components.

Home Page:https://hox.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用Hox的Provider之后,tab切换失效了

suifengfengye opened this issue · comments

正常情况下在page1和page2两个tab之间切换没有问题

normal

如果加上了AppStoreProvider包裹,tab切换就失效了,例子如下:

exception

https://codesandbox.io/s/focused-cartwright-il79d5?file=/src/App.tsx

版本如下:
"hox": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",

commented

@suifengfengye 非常抱歉之前 hox 存在 bug,现在这个问题已经修复掉了,我用你发的这个 codesandbox 测试了一下,2.1.1 版本已经没有这个问题了~