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
Uncaught TypeError: Cannot read properties of null (reading 'ctrlKey')
at SVGGElement.defaultFilter (drag.js:10:11)
at SVGGElement.mousedowned (drag.js:51:1)
at SVGGElement.<anonymous> (on.js:3:1)
defaultFilter
@
drag.js:10
mousedowned
@
drag.js:51
(anonymous)
@
on.js:3
Uncaught TypeError: Cannot read properties of null (reading 'ctrlKey')
at HTMLDivElement.defaultFilter (zoom.js:13:11)
at HTMLDivElement.mousedowned (zoom.js:251:1)
at HTMLDivElement. (on.js:3:1)
defaultFilter @ zoom.js:13
mousedowned @ zoom.js:251
(anonymous) @ on.js:3
`
Please help me to resolve this..
The text was updated successfully, but these errors were encountered:
The D3 version must be lower than 6 because event global was discontinued in higher versions of D3 it causes errors when zooming and dragging any node or link. Make sure you also change d3-zoom and D3-drag to lower versions. The following worked for me:
I am facing issue with dragging and zooming a basic graph.
my package.json contains
[email protected] [email protected] [email protected] [email protected]
The error is
`
Uncaught TypeError: Cannot read properties of null (reading 'ctrlKey')
at HTMLDivElement.defaultFilter (zoom.js:13:11)
at HTMLDivElement.mousedowned (zoom.js:251:1)
at HTMLDivElement. (on.js:3:1)
defaultFilter @ zoom.js:13
mousedowned @ zoom.js:251
(anonymous) @ on.js:3
`
Please help me to resolve this..
The text was updated successfully, but these errors were encountered: