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 4af3eb9 commit 24848c4Copy full SHA for 24848c4
packages/remote-config/src/api.ts
@@ -97,7 +97,6 @@ export async function activate(remoteConfig: RemoteConfig): Promise<boolean> {
97
if (
98
!lastSuccessfulFetchResponse ||
99
!lastSuccessfulFetchResponse.config ||
100
- !lastSuccessfulFetchResponse.experiments ||
101
!lastSuccessfulFetchResponse.eTag ||
102
lastSuccessfulFetchResponse.eTag === activeConfigEtag
103
) {
0 commit comments