Open
Description
Is your feature request related to a problem? Please describe.
It would be great to get intellisense when destructuring the flags from useFlags
Describe the solution you'd like
To pass a generic to the useFlags
hook:
interface Flags {
featureFlagOne: boolean
}
const { featureFlagOne } = useFlags<Flags>()
Metadata
Metadata
Assignees
Labels
No labels