Skip to content

Commit ea87649

Browse files
authored
fix: [FFM-10590]: Export hook and HOC (#15)
1 parent 3f9ffee commit ea87649

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

examples/get-started/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harnessio/ff-react-client-sdk",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"author": "Harness",
55
"license": "Apache-2.0",
66
"module": "dist/esm/index.js",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ export * from './context/FFContext'
22
export * from './hooks/useFeatureFlag'
33
export * from './hooks/useFeatureFlags'
44
export * from './hooks/useFeatureFlagsLoading'
5+
export * from './hooks/useFeatureFlagsClient'
56
export * from './hoc/ifFeatureFlag'
67
export * from './hoc/withFeatureFlags'
8+
export * from './hoc/withFeatureFlagsClient'

0 commit comments

Comments
 (0)