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
if clusterAttribute is enabled then the following error is generated
ERROR
Cannot read properties of undefined (reading 'tick')
TypeError: Cannot read properties of undefined (reading 'tick')
at force (http://localhost:3000/static/js/bundle.js:508477:21)
at http://localhost:3000/static/js/bundle.js:500073:9
at Map.forEach (<anonymous>)
at Object.tick (http://localhost:3000/static/js/bundle.js:500072:14)
at Object.step (http://localhost:3000/static/js/bundle.js:508837:11)
at run (http://localhost:3000/static/js/bundle.js:508425:25)
at http://localhost:3000/static/js/bundle.js:508431:5
at new Promise (<anonymous>)
at tick (http://localhost:3000/static/js/bundle.js:508421:10)
at http://localhost:3000/static/js/bundle.js:509950:13
the clusters are shown (takes some time) when the error is closed and the error is not redisplayed unless the graph is closed and re-opened
Steps to Reproduce the Bug or Issue
Create a node dataset with the cluster information in data : {schema : "123"}
turn on clusterAttribute
Expected behavior
Just expect the nodes to be displayed
Screenshots or Videos
No response
Platform
"reagraph": "^4.15.18",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Windows 11
Chrome Version 122.0.6261.95 (Official Build) (64-bit) (although same issue in Edge)
Node 18.19.0
Your Example Website or App
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @amcdnl I added you to my sandbox with the data, but the sandbox is complaining about import
Let me know if you want me to recreate a smaller repo ... somewhere.
Describe the bug
With the following definition
if clusterAttribute is enabled then the following error is generated
Steps to Reproduce the Bug or Issue
Create a node dataset with the cluster information in data : {schema : "123"}
turn on clusterAttribute
Expected behavior
Just expect the nodes to be displayed
Screenshots or Videos
No response
Platform
Your Example Website or App
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: