We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6000f commit 0784dd0Copy full SHA for 0784dd0
libs/angular-three/src/lib/di/run-in-context.ts
@@ -16,7 +16,7 @@ export function createRunInContext() {
16
}
17
const fromEnvInjector = originalGet(...args);
18
if (fromEnvInjector) return fromEnvInjector;
19
- if (fromEnvInjector === null && ((args[1] !== undefined && args[1] === null) || originalFlags === 0))
+ if (fromEnvInjector === null && ((args[1] !== undefined && args[1] === null) || originalFlags & 8))
20
return fromEnvInjector;
21
(args as any)[2] = originalFlags;
22
if (!tryFromNodeInjector) {
0 commit comments