microsoft / tsyringe

Lightweight dependency injection container for JavaScript/TypeScript
MIT License
5.18k stars 172 forks source link

Digest method not supported, what does it mean? #244

Open sbendt opened 2 months ago

sbendt commented 2 months ago

At runtime, I get an error message saying: Cannot inject the dependency "A" at position #1 of "B" constructor. Reason: Digest method not supported

As far as I can tell, everything is marked @injectable as it should.

Version: 4.8.0