TypeError: Cannot read properties of undefined #1083
sam-artuso
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to inject a service into a command. The project builds, but when I invoke the command, I get the error
I'm quite sure my problem has got to do with the fact that the injected service is request-scoped, but I have no idea how to fix my code. Can anybody help?
Here's my minimum reproduction repo.
To run my command:
Beta Was this translation helpful? Give feedback.
All reactions