Skip to content
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

Fix cycling self reference #10

Merged

Conversation

bcomnes
Copy link
Member

@bcomnes bcomnes commented Oct 24, 2024

When deep-equal is overridden with the @socketregistry/deep-equal, it gets installed in node_modules as deep-equal, but it requires deep-equal. When the original deep-equal is hoisted above the override, the override resolves back to itself creating a cycle.

When deep-equal is overridden with the @socketregistry/deep-equal, it gets installed in node_modules as deep-equal, but it requires deep-equal. When the original deep-equal is hoisted above the override, the override resolves back to itself creating a cycle.
@jdalton
Copy link
Collaborator

jdalton commented Oct 25, 2024

Thank you @bcomnes!

@jdalton jdalton merged commit d799ea5 into main Oct 25, 2024
16 checks passed
@jdalton jdalton deleted the bret/eng-2705-fix-resolution-cycle-in-socketregistrydeep-equal branch October 25, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants