ryanwang

Results 20 issues of ryanwang

简单记录下,可以优化的细节点: - [x] 1. 区分`ts` `type` | `interface` 导入模式 - 参见:[传送门](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html) ```ts // eg import React from 'react'; import type { ReactNode } from 'react' ```    或者 - **typescript 4.5...

When I change the box model of the DOM element it looks back to normal~ add as follow: ```css xxx: { box-sizing: border-box; } ```

bug

你好:根据之前的`issue`,我修改了`_variables.styl`下的主题色,但是我发现只是在本地调试有用,也就是:hexo serve有用: ![image](https://user-images.githubusercontent.com/39019913/59503335-b3a93d00-8ed2-11e9-8c83-903f2738b681.png) 但是如果发布上线就会失效:hexo d ![image](https://user-images.githubusercontent.com/39019913/59503363-cd4a8480-8ed2-11e9-81fc-b4ff6cbe8219.png) 不知道哪里出问题了。求助~

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

Add missing ref and types of the wrapped component

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 基于 `Base` 的图表没有暴露 `ref` 是特意这么做的吗? 上图是 `Base` 的代码,下图是 `Column` 的代码,二次包装我理解应该是要使用 `forwardRef` 才可以,请教下是不是有什么特别的用意。 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

terser will damage tree-shaking