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

TypeError: Cannot read properties of undefined (reading 'call') #159

Closed
dustinbyrne opened this issue Jul 30, 2024 · 1 comment · Fixed by #170
Closed

TypeError: Cannot read properties of undefined (reading 'call') #159

dustinbyrne opened this issue Jul 30, 2024 · 1 comment · Fixed by #170
Assignees
Labels

Comments

@dustinbyrne
Copy link
Contributor

dustinbyrne commented Jul 30, 2024

via npm test in nestjs/nest

Test cases:

NestContainer
       addModule
         should add global module when module is global:

NestContainer
       replaceModule
         should add global module when module is global:

Exception:

TypeError: Cannot read properties of undefined (reading 'call')
  at Module.set isGlobal [as isGlobal] (packages/core/injector/module.ts:1067:36)
  at NestContainer. (packages/core/injector/container.ts:758:28)
  at async NestContainer. (packages/core/injector/container.ts:723:20)
  at async Context. (packages/core/test/injector/container.spec.ts:63:7)
@appland-release
Copy link

🎉 This issue has been resolved in version 2.24.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants