Skip to content

Commit

Permalink
Expose StatsigOptions.fetchMode (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig authored Mar 28, 2023
1 parent 273a715 commit cacbb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-react",
"version": "1.25.0",
"version": "1.26.0",
"description": "An SDK for using Statsig Feature Management and Experimentation platform in React clients",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/StatsigOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ export type StatsigOptions = {
disableDiagnosticsLogging?: boolean;
disableLocalStorage?: boolean;
disableLocalOverrides?: boolean;
fetchMode?: 'cache-or-network' | 'network-only';
};

0 comments on commit cacbb4e

Please sign in to comment.