Stepeno

Results 2 issues of Stepeno

**Describe the bug** I use `@rematch/select` in my project of typescript. const selection = store.select(/* ignore */). The type of selection is any. **Reproduce Link** https://codesandbox.io/s/magical-goldwasser-reg5l?file=/src/AppWithHooks.tsx **To Reproduce** 1. Go...

bug
wontfix
typings
version-2
triage: accepted

### Question 我的文档产物是上传到OSS上,静态托管,如果访问地址没有.html则访问不了,配置 exportStatic 后,生成了多个HTML,但导航跳转目标地址没有 .html,但如果实际访问 .html 文件也访问不到路由,umi2.0(suffix 不知道是不是做这个),但切到dumi后,文档没有了,配置也不会生效,请问如何 ### Sample Code ```jsx import { defineConfig } from 'dumi'; const isProduction = process.env.NODE_ENV === 'production'; const PREFIX = '/dist/'; export...

question
PR Welcome