Lizhooh

Results 31 comments of Lizhooh

@Raathigesh **If you switch directories in npm script, you get this error.** ```js "test": "cd src/tests && majestic --port 3008 --noOpen" ``` ![20190703112236](https://user-images.githubusercontent.com/19299088/60561115-0fa20b80-9d85-11e9-9546-dfd3939be995.png)

真是超级小白。 ```js Model.findAll(query.name ? { where: { name: query.name } } : {}); ```

"你是怎么做的?" 废话,能怎么做,看着文档指引去做,搭 webpack,nodejs

说真的 ant-design-pro 的界面我们拿来参考,没敢使用,代码太难改了。 而且现在项目已经全面向 hooks 组件化。

我们平时写的时候就当它是异步进行就好了。

这文档,没谁了,连最基本的 get start 都没有。

这个库会判断当前的 window 是否是真实的 window 对象,感觉这类库都有问题