We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6857a2 commit d0906d4Copy full SHA for d0906d4
packages/messaging-compat/src/registerMessagingCompat.ts
@@ -44,7 +44,7 @@ const messagingCompatFactory: InstanceFactory<'messaging-compat'> = (
44
// in window
45
return new MessagingCompatImpl(
46
container.getProvider('app-compat').getImmediate(),
47
- container.getProvider('messaging-exp').getImmediate()
+ container.getProvider('messaging').getImmediate()
48
);
49
}
50
};
0 commit comments