kapeter

Results 7 issues of kapeter

目前,中文文档大部分内容来自eggjs,beidou的同构部分很少,需要自己去看例子。 比如` router: { root: 'pages', urlPrefix: '/static', }, `这个是做什么的,我在文档中好像没找到说明,对于新手来说,不是很友好。 希望,可以想nextjs一样,文档结合例子的形式,降低入门门槛。 另外,是否可以用gitbook架设一个专门的文档页面,在github中读文档体验不好。

document

根据readme文档配置,可以正常运行。 然后做以下更改: 将containers/Home/index.js替换为part1中的代码: `// containers/Home.js import React from 'react'; const Home = () => { return ( This is sanyuan ) } export default Home` 将server/index.js替换为part1中的代码: `// server/index.js import express...

### What problem does this feature solve? 总结栏目前可以选中,并触发编辑事件,希望禁止 ### What does the proposed API look like? 全局aggregation 中添加disableSelect属性

feature

### Version 1.7.8 ### Link to Minimal Reproduction isAggregation ListTableAPI没声明TS ### Steps to Reproduce isAggregation ListTableAPI没声明TS ### Current Behavior isAggregation ListTableAPI没声明TS ### Expected Behavior isAggregation ListTableAPI没声明TS ### Environment ```markdown -...

bug

### Version 1.7.3 ### Link to Minimal Reproduction [Bug] 列动态设置时,设置了多个customLayout会导致渲染错误 ### Steps to Reproduce 1、配置两个ListColumn,都放一个CustomLayout 2、动态清除第一个ListColumn ### Current Behavior 第二个ListColumn会渲染第一个ListColumn的CustomLayout。 这两个componentId分别为ListColumn-0,ListColumn-1,customLayoutCache记录ID也是记录了这两个。 动态删除第一个ListColumn后,第二个ListColumn的componentId变成了ListColumn-0,读取了customLayoutCache中id为ListColumn-0的配置。 ### Expected Behavior 建议使用field作为ComponentId ### Environment ```markdown -...

bug

### Version 1.5.6 ### Link to Minimal Reproduction 在react17的项目中使用@visactor/react-vtable ### Steps to Reproduce 在react17的项目中使用@visactor/react-vtable ### Current Behavior 在vtable-react-attribute-plugin.ts中使用了ReactDom.createRoot,这个API只有react18才有。和官网文档中描述的环境要求(react 16.0+)不一致,https://visactor.io/vtable/guide/Developer_Ecology/react。 ### Expected Behavior 支持react18以下 ### Environment ```markdown - OS: - Browser:...

bug

### 🥰 需求描述 | Feature Description 支持live demo ### 🧐 解决方案 | Proposed Solution 直接使用dumi能力 ### 📝 补充信息 | Additional Information _No response_

Inactive