We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf4ad4 commit d1cb75cCopy full SHA for d1cb75c
packages/config-utils/src/federated-modules.ts
@@ -98,7 +98,7 @@ const federatedModules = ({
98
/**
99
* Make sure the unleash proxy client is a singleton
100
*/
101
- if (dependencies['@unleash/proxy-client-react']) {
+ if (dependencies['@unleash/proxy-client-react'] && !sharedDeps['@unleash/proxy-client-react']) {
102
sharedDeps['@unleash/proxy-client-react'] = {
103
singleton: true,
104
eager: false,
0 commit comments