Jeason

Results 51 comments of Jeason

> Can you also remove the org, since ant-design has a bunch of non-crypto repos. Done.

@thinkasany 没看到你 assign 了,继续跟进可以 reopen,不过这几个 react、@types/react 的版本也不紧急

除了 `setState` 的问题外,wagmi 本身对于单页面多实例的情况支持也不乐观,暂时添加了个 `storage` 配置,可以在 demo 中手动取消 localStorage 中的缓存逻辑。

`@mempool/mempool.js` 看起来并没有积极维护,我们如果只用了其中几个 get 接口,不如直接改成 fetch 调用,参考 restful api 文档:https://mempool.space/zh/docs/api/rest

好奇怪啊,只有在快速切换的时候能复现,正常切换没问题,难道是有些状态没卸载?

> > 好奇怪啊,只有在快速切换的时候能复现,正常切换没问题,难道是有些状态没卸载? > > bughd.mov > 我这边试的时候不用切换,正常连接也会有问题,重复试几次就会触发,而且是第一个连接下面的报错: ethersjs 和 web3js 页面还能复现这个问题吗

最终定位到 `useDisconnect` 这个 hook,对应的 PR:https://github.com/wevm/wagmi/pull/3949

> 最终定位到 `useDisconnect` 这个 hook,对应的 PR:[wevm/wagmi#3949](https://github.com/wevm/wagmi/pull/3949) 这个 PR 对我们是有用的,但被 wagmi 关闭了,重新提了个 issue 给他们看看有没有新的进展:https://github.com/wevm/wagmi/issues/3958 这个问题最终可复现路径为:使用了 `useDisconnect` 并且页面中有多个实例(config),目前采用 `@wagmi/core` 中的低阶 API 代替了 useDisconnect hook