Describe the bug
We try to override a shared package partially (sub path). In our case it is
shared: {
react: {
singleton: true,
},
'react-dom': {
singleton: true,
},
'@eschbach/app-sdk/extensions/shared/v1': {
singleton: true,
},
...mfOptions.shared,
},
The problem looks like it's here:

It is removing the path of the provided package using removePathFromNpmPackage and cannot find the key anymore.
module-federation/core#3682 (comment)
Version
.
Reproduction
Company internal code, I'm sorry.
Relevant log output
Validations
Describe the bug
We try to override a shared package partially (sub path). In our case it is
The problem looks like it's here:
It is removing the path of the provided package using removePathFromNpmPackage and cannot find the key anymore.
module-federation/core#3682 (comment)
Version
.
Reproduction
Company internal code, I'm sorry.
Relevant log output
Validations