Skip to content

Commit

Permalink
Typing fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Oct 18, 2023
1 parent 5280d68 commit 492692c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.0"
"version": "0.4.1"
}
2 changes: 1 addition & 1 deletion react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export function featureFlagsHookFactory<Schema extends FeatureFlagSchema = any>(
});
}

return [state, setState];
return [state, setState] as const;
};
}

0 comments on commit 492692c

Please sign in to comment.