You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
micalevisk
changed the title
maybe a bug on resolving provider's token
a potential bug on resolving provider's token - mismatch logic from nestjs core and this package
Dec 30, 2023
micalevisk
changed the title
a potential bug on resolving provider's token - mismatch logic from nestjs core and this package
a potential bug on resolving provider's token - mismatching logic from nestjs core and this package
Dec 30, 2023
here we have the following:
nestjs-spelunker/src/exploration.module.ts
Lines 143 to 147 in 4c0dfac
but at nestjs side, I found 2 places where
x is OptionalFactoryDependency
is being used:both of them aren't equal to the logic that
nestjs-spelunker
has. I wonder if this is expectednestjs/nest#14154
The text was updated successfully, but these errors were encountered: