-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Circular dependency when bundling #4329
Labels
bug
Something isn't working
Milestone
Comments
There is indeed a circular dependency between the source files. Let's fix that. |
darrachequesne
added
bug
Something isn't working
and removed
to triage
Waiting to be triaged by a member of the team
labels
Apr 5, 2022
darrachequesne
added a commit
that referenced
this issue
Apr 22, 2022
I am getting the same warning for my application. Is this a problem when running the bundled js with nodejs? I have not seen any a errors in runtime so far. |
dzad
pushed a commit
to dzad/socket.io
that referenced
this issue
May 29, 2023
has this been resolved at all? i'm on 4.7.2 and still see this issue. |
vanquisher0411
added a commit
to vanquisher0411/socketio_project
that referenced
this issue
Feb 29, 2024
darrachequesne
added a commit
that referenced
this issue
Sep 19, 2024
For future readers: This should be fixed by 19c48a4, included in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I am trying to bundle my library which has Socket.IO as a dependency.
I am using rollup.js as a module bundler.
When bundling it gives me the following error:
To Reproduce
Socket.IO version:
4.4.1
Currently using this rollup config file:
The warning message shows when executing:
Expected behavior
No warning is shown
Platform:
The text was updated successfully, but these errors were encountered: