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
No I'm sorry and unlikely to look into this. You might get a quick answer from the svelte discord, or the d3 slack though - very friendly and helpful communities. Thanks for reporting, and if you find an answer please report back. Good luck.
@zahachtah That's because in d3-selection@3 the global event is removed (v2 is used here). You just need to remove the import (import {event as currentEvent} from 'd3-selection'), and add currentEvent as an input parameter on every function where it's used.
I get a
'event' is not exported by https://unpkg.com/[email protected]/src/index.js, imported by ./NetworkGraph.svelte
Any idea how to solve this, would be neat to play with it in a REPL. I will download and run locally in the meantime!
The text was updated successfully, but these errors were encountered: