witt

Results 35 comments of witt

`typo: '便利器接口' => '遍历器接口 (Iterator)'`

@IMLaoJI `typeof item + item` 就是设置一个键,键名为值的类型 + 值。 然后查找这个缓存的对象里面有没有相同的键就知道这个值是不是遍历过了。

I'm troubled by the same problem, should i override all scripts with `webpack` ? 😭

> @unix Are you saying this is happening when used with Webpack? No, just rollup. I mean, if I want to avoid this issue, I have to switch to webback,...

When I switched to `webpack`, everything was working. ---- **What is the current behavior?**: I bundle a component includes `styled-jsx`, I used `babel` and `rollup`, and then I got the...

Yes, it's expected behavior, not an error. - `@zeit-ui/themes` is a basic lib and does not contain any styles (design draft), it's just an abstraction of CSS variables. - Users...

@Creedowl Yup, the document looks out of date, I'll sync the document content again later.

No updates are planned, we want to maintain only the react UI library in the future and freeze this repo.

It looks like the error came from the `webpack` configuration, but I'm not sure. Can you provide the simplest online project as an example to reproduce this error so that...

You can focus on the following points: 1. Compiling `object-rest-spread` syntax with `babel`. (this is the `object-rest-spread` statement of `@geist-ui/vue` that was not compiled) 2. `babel` does not compile the...