Fix missed return in container.makeNew
This commit is contained in:
@@ -572,6 +572,7 @@ export class Container {
|
||||
if ( isAwareOfContainerLifecycle(result) ) {
|
||||
result.onContainerRealize?.()
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
throw new TypeError(`Invalid or unknown make target: ${key}`)
|
||||
|
||||
Reference in New Issue
Block a user