PP

Results 5 comments of PP

> 而且这个 Outlet 组件感觉也不起作用 去掉约定式路由,就可以支持。 - `.umirc.ts` ` { path: '/ui', component: 'ui', routes: [ { path: '/ui/button', component: 'ui/button', }, ] } ` - `/pags/ui/index.tsx` ` import { useOutlet...

https://github.com/WalletConnect/web3modal/pull/536

> Hi @Pszz , thanks for reporting this. Does this happen on a specific network? (I see there's a question mark on your network) Also which browser are you using?...

> We're looking for a way to reproduce, is there any way you can tell us more about these RPC nodes? Where did you get access to these? Also which...

> * import {request} from umi; // 底层使用 ⬇️ > * import request from umi-request; > * import {useRequest} from 'umi'; // 这个是 ahooks里面的Hooks函数,底层使用⬇️ > * import {useRequest} from 'ahooks';