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
After installing D3 and recreating this component I get errors about D3 having a circular dependency. The dev server hangs and never loads the page.
The strange thing is, this only happens if I start the dev server after creating the component. What I mean by that is if I install D3 -> start server -> create component then it works. If I then restart the dev server, it fails.
Describe the bug
After installing D3 and recreating this component I get errors about D3 having a circular dependency. The dev server hangs and never loads the page.
The strange thing is, this only happens if I start the dev server after creating the component. What I mean by that is if I install D3 -> start server -> create component then it works. If I then restart the dev server, it fails.
Reproduction
npm i d3
Create a component with this code: https://svelte.dev/repl/8722c32f4e1a44a98e3a3fc8a095b2d7?version=3.5.3
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: