1 评论 (1 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript15,390 star (15,390 star)2,236 fork (2,236 fork)batch import
good first issue
描述
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果

屏幕截图或演示
环境:
- 操作系统:
- 浏览器 版本号:
- Luckysheet版本:
备注
- 议题类型
- bug
- 研究方向
- The issue is a bug report about an error when opening the pivot table tab after bundling with esbuild. To fix, first reproduce the error using the demo as described. Look in the source code for the pivot table component and check if any dependencies are missing or if esbuild requires specific configuration for that module. Review the esbuild configuration file in the project root. The error might be a runtime error due to missing imports or incorrect module resolution.