波比小金刚

Results 129 comments of 波比小金刚

> @zombieJ @1587315093 review pls~ +1 @zombieJ

> 大佬们,什么时候合并一下这个需求,正好有阿拉伯语地区的适配需求,目前只能写死覆盖好几处direction: rtl; @zombieJ +1

类似 ref.current.startRefresh, ref.current.completeRefresh

the problem may be here: https://github.com/molefrog/wouter/blob/efda2abc95bdb8b01d9d55b865078fbae63c4a2b/use-location.js#L41

使用 preact/compat 的时候也是有这个问题, `import React from 'react'` 变成了 `import React from "../../packages/foo/node_modules/preact/compat/src/index.d.ts";` 应该是: `import React from "../../../node_modules/preact/compat/src/index.d.ts"`