vtable-browser-debugger-assistant
Installation
SKILL.md
VTable Browser Debugger Skill
使用场景
在出现以下问题时触发本技能:
- 页面白屏/表格区域空白:canvas 存在但不绘制内容,或局部区域(表头/冻结区/正文)缺失
- 单元格内容缺失、错位、尺寸异常、冻结区错位、hover/selection 框位置异常
- 自定义渲染异常:custom-layout / react-custom-layout 不生效、渲染为空、渲染偏移或尺寸不对
- DOM overlay 异常:react attribute(DOM 容器挂载)不显示、位置不对、与 canvas 不同步
- React18 正常、React19 异常:custom-layout 空白、
older version of React element、两份 React 共存、reconciler/hostConfig 兼容问题 - React19 reconciler 相关直接崩溃:
ReactCurrentOwner - VTable core customLayout 解码报错:
decodeReactDom+type is not a function(rootContainer 的 type 不符合预期) - 仅在特定交互触发:滚动/resize 后消失、hover 才出现、冻结列切换后错位
工作流(按顺序执行)
0) 复现/验证工作流(源码排查场景)
当在 VTable 源代码中排查解决问题时,使用以下工作流:
Related skills
More from visactor/vtable
vtable development assistant
面向 @visactor/vtable 的开发助手。用户提到 VTable/ListTable/PivotTable/PivotChart、columns/rows/indicators、cellType、style/theme、自定义渲染(customRender)/自定义布局(customLayout/JSX)、事件(table.on)、records/dataSource、交互(选择/hover/编辑/排序/拖拽/滚动)或 API 用法与排错时,按路由加载 references/knowledge 与 references/type,输出可运行的 TypeScript 示例与可直接替换的配置片段,必要时给出性能与资源释放(table.release)建议。
44vtable-development-assistant
面向 @visactor/vtable 的开发助手。用户提到 VTable/ListTable/PivotTable/PivotChart、columns/rows/indicators、cellType、style/theme、自定义渲染(customRender)/自定义布局(customLayout/JSX)、事件(table.on)、records/dataSource、交互(选择/hover/编辑/排序/拖拽/滚动)或 API 用法与排错时,按路由加载 references/knowledge 与 references/type,输出可运行的 TypeScript 示例与可直接替换的配置片段,必要时给出性能与资源释放(table.release)建议。
40