react-component.github.io icon indicating copy to clipboard operation
react-component.github.io copied to clipboard

docs and site of react-component

Results 3 react-component.github.io issues
Sort by recently updated
recently updated
newest added

The [Tables/Examples](http://react-component.github.io/table/examples/) page from the `rc-table` docs is unresponsive. Chrome console log: ``` (index):20 GET http://react-component.github.io/table/examples/runtime~main.411d3c3c7829aaabb366.bundle.js net::ERR_ABORTED 404 (Not Found) (index):20 GET http://react-component.github.io/table/examples/runtime~main.411d3c3c7829aaabb366.bundle.js net::ERR_ABORTED 404 (Not Found) (index):20 GET http://react-component.github.io/table/examples/runtime~main.411d3c3c7829aaabb366.bundle.js...

ref: https://github.com/react-component/tree-select/issues/62 踩了个坑,nodejs 读目录会优先尝试 pkg.main, 失败才会 fallback 到 index.js https://github.com/nodejs/node/blob/master/lib/module.js#L115 所以用例里面 `import TreeSelect from '..';` 会优先引用到 lib。 cc @react-component/admin - [x] tree-select

bug

## 好处 - rc-tools 的更新可以统一推进,目前几个组件库依赖的 rc-tools 版本不一致,如果要给 rc-tools 加东西需要给几十个组件库升级一遍,耗时耗力容易遗漏; - issue 可以统一管理。 - 方便集成测试,(比如 Menu 和 Select 需要一起测试)。 ## 问题