diff options
Diffstat (limited to 'src/lib/statsig')
-rw-r--r-- | src/lib/statsig/statsig.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/statsig.tsx b/src/lib/statsig/statsig.tsx index 1091c82e0..860e841eb 100644 --- a/src/lib/statsig/statsig.tsx +++ b/src/lib/statsig/statsig.tsx @@ -147,6 +147,7 @@ function toStringRecord<E extends keyof MetricEvents>( // and it's been difficult to get it to behave in a predictable way. // Our own cache ensures consistent evaluation within a single session. const GateCache = React.createContext<Map<string, boolean> | null>(null) +GateCache.displayName = 'StatsigGateCacheContext' type GateOptions = { dangerouslyDisableExposureLogging?: boolean |