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 fd049e2 commit 638cc2cCopy full SHA for 638cc2c
packages/remote-config/src/api.ts
@@ -103,7 +103,6 @@ export async function activate(remoteConfig: RemoteConfig): Promise<boolean> {
103
if (
104
!lastSuccessfulFetchResponse ||
105
!lastSuccessfulFetchResponse.config ||
106
- !lastSuccessfulFetchResponse.experiments ||
107
!lastSuccessfulFetchResponse.eTag ||
108
!lastSuccessfulFetchResponse.templateVersion ||
109
lastSuccessfulFetchResponse.eTag === activeConfigEtag
0 commit comments