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 d0aea89 commit 5280d68Copy full SHA for 5280d68
project.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.3.0"
+ "version": "0.4.0"
3
}
react.ts
@@ -57,7 +57,7 @@ export function FeatureFlagProvider<
57
58
59
// deno-lint-ignore no-explicit-any
60
-export function useFeatureFlagsFactory<Schema extends FeatureFlagSchema = any>(
+export function featureFlagsHookFactory<Schema extends FeatureFlagSchema = any>(
61
_: { schema: Schema },
62
) {
63
return () => {
0 commit comments