Skip to content

Commit

Permalink
fix: rm growthbook legacy streaming prop (#6744)
Browse files Browse the repository at this point in the history
fix: rm legacy streaming prop
  • Loading branch information
LinHuiqing authored Sep 25, 2023
1 parent 9e69857 commit f885ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/AppRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const AppRouter = (): JSX.Element => {
useEffect(() => {
if (growthbook) {
// Load features from the GrowthBook API
growthbook.loadFeatures({ autoRefresh: true })
growthbook.loadFeatures()
}
}, [growthbook])

Expand Down

0 comments on commit f885ba8

Please sign in to comment.