Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

官网文档里的demo报错 #511

Closed
derek2035 opened this issue Aug 24, 2023 · 3 comments
Closed

官网文档里的demo报错 #511

derek2035 opened this issue Aug 24, 2023 · 3 comments

Comments

@derek2035
Copy link

Describe the bug

用官网这个demohttps://graphin.antv.vision/graphin/layout/leaf-cluster/,在本地运行时js会报错,demo的代码什么也没有改。
报错信息是:
Uncaught TypeError: Cannot set properties of null (setting 'width')
at AbstractGraph2.set (graph.js:293:19)

Your Example Website or App

https://github.com/cuidingfeng/transaction-analysis/blob/main/src/pages/Home/charts.tsx

Steps to Reproduce the Bug or Issue

1、yarn dev本地启动
2、本地访问:http://localhost:5173/home
3、改变窗口大小,触发resize

Expected behavior

正常应该js不报错,并且画中的节点可以点击交互

Screenshots or Videos

image

Platform

  • OS: macOS
  • Browser: Chrome
  • Version: 116.0.5845.96(正式版本) (arm64)

Additional context

No response

@pomelo-nwu
Copy link
Member

@cuidingfeng 好的,我clone你的项目试试

@pomelo-nwu
Copy link
Member

@cuidingfeng 我测试了下,发现是 react 版本的问题,Graphin2.x 版本不支持 react 18。我在你的项目仓库中,将react版本降级为17.x 就可以正常运行

@derek2035 derek2035 reopened this Aug 24, 2023
@derek2035
Copy link
Author

用react17,一切正常了,非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants