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