krislefeber / nestjs-dataloader

Dataloader plugin for NestJS
https://krislefeber.github.io/nestjs-dataloader/
MIT License
148 stars 45 forks source link

Compatibility issue with nest v7.1.2 #29

Open ohjeyong opened 4 years ago

ohjeyong commented 4 years ago

After upgrading nestjs version 7.1.2, dataloader is not working with this message. MyLoader is marked as a scoped provider. Request and transient-scoped providers can't be used in combination with \"get()\" method. Please, use \"resolve()\" instead.

Relevant issue in nestjs is this.

dantehemerson commented 2 years ago

I think we can close this since the breaking change was reverted so we won't don't get this error.