u3u

Results 85 comments of u3u

![](https://i.loli.net/2017/12/28/5a447d60904e4.jpg)

Because of [this](https://github.com/vercel/styled-jsx/issues/573) problem, i usually combine the two, so it is a trouble for me 😢

识别系统文字的权限是什么?系统是 Mojave 吗?无法使用主要表现为什么?

目前你可以手动使用 command + a 全选后输入,下个版本可以增加自动全选功能

这是个好主意,不过不知道是否会影响界面美观

> vue-emotion 怎么响应式的修改样式 可以通过传递 `props` 的方式动态修改 ```js const H1 = styled.h1` font-size: ${(props) => props.size}px; color: ${(props) => props.color}; transition: all 0.3s ease; `; ``` ```js @Component export default class...

Yes, it’s missing here, it’s been updated

@huozhi In most cases, I want `revalidateOnFocus` to be turned off by default (this can avoid too many unnecessary requests). So I disabled it in `SWRConfig`. But under certain conditions,...

At development time HMR will uninstall the component, but `mounted` is not reset, after that every save refresh will trigger `useDidUpdate`, sorry I didn't pay attention to ESLint