PP

Results 7 issues of PP

// Small Demo. https://codesandbox.io/s/web3modal-demo-forked-zbplj9?file=/src/providerOptions.js

![image](https://user-images.githubusercontent.com/12093551/124264222-cc8ef480-db66-11eb-95a6-d44a070bfe02.png) ``` const { run, tableProps } = useRequest(service, { paginated: true }) // 此处强制必须输入current/pageSize,实际此处已经被tableProps接管。 run({ filters:{ status: 200} }) ```

- 这是UMi3.x 的文档 ![image](https://user-images.githubusercontent.com/12093551/182586873-3aa4cfce-a5c3-4bfe-a1cd-4ddbcb1b3f65.png) - 最小化复现代码 - `src/pages/ui/_layout.tsx` ``` import React from 'react'; import { Outlet } from 'umi'; export default function () => { return ( 父层内容 /* 无效...

Uncaught Error: Module not found: Can't resolve 'ahooks/es/clearCache' Node Version: `v18.14.0` // page.tsx ` import { clearCache, useRequest } from 'ahooks' ` // package.json ` "ahooks": "^3.7.8", "next": "latest", "react":...

### Describe the bug When I click to switch network, I get this error. I have tried reopening the browser and plug-in, but the problem still occurs. As a result,...

type-bug
Sev2-normal
team-extension-platform
external-contributor
regression-prod-11.13.1

### What happened? When I setTheme toggle, LocalStorage successfully becomes `dark`. But when I refresh the page, it is reset to `light` ![image](https://github.com/pacocoursey/next-themes/assets/12093551/9590a42f-1cbe-4472-bcfe-ca58ec9a6b76) ![image](https://github.com/pacocoursey/next-themes/assets/12093551/5da1af83-743a-43d7-8cd8-47141e2098d3) - providers.tsx ```tsx {children} ``` -...

bug
triage

**Describe the bug** Connectkit does not support custom chain icon file replacement. When I link network and switch network, its icon is unknown. ```tsx import { defineChain } from 'viem'...

bug