You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
X6/packages/x6/src/graph/transform.ts
Line 81 in cbd56e3
此处的isNumber 是使用lodash的isNumber ,当参数为NaN时,返回结果为true.
当new Graph 不设置width/height & 设置autoReisze 时,此处判断为NaN.
Your Example Website or App
https://stackblitz.com/run
Steps to Reproduce the Bug or Issue
当new Graph 不设置width/height & 设置autoReisze 时,此处判断为NaN.
Expected behavior
不报错
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: