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 5280d68 commit 492692cCopy full SHA for 492692c
project.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.4.0"
+ "version": "0.4.1"
3
}
react.ts
@@ -84,6 +84,6 @@ export function featureFlagsHookFactory<Schema extends FeatureFlagSchema = any>(
84
});
85
86
87
- return [state, setState];
+ return [state, setState] as const;
88
};
89
0 commit comments