antvis / X6

🚀 JavaScript diagramming library that uses SVG and HTML for rendering.
https://x6.antv.antgroup.com
MIT License
5.63k stars 1.69k forks source link

_baseOrderBy.js:39 Uncaught TypeError: iteratee is not a function #4353

Open Minus-12 opened 2 months ago

Minus-12 commented 2 months ago

问题描述

简单的渲染一个图表,也会报这个错,最终无法渲染。这个怎么解决呢?

重现链接

重现步骤

预期行为

预期可以渲染出图表

平台

屏幕截图或视频(可选)

image

补充说明(可选)

No response

x6-bot[bot] commented 2 months ago

👋 @Minus-12

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. To help make it easier for us to investigate your issue, please follow the contributing guidelines. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

caotuz commented 2 months ago

兄弟,我也遇到了这样的问题,解决了不?

Minus-12 commented 1 month ago

兄弟,我也遇到了这样的问题,解决了不?

https://blog.csdn.net/coding_BOYEST/article/details/131519079 可以查看下这个链接,看看项目中是否引用了lodash,好像是这个影响了