1.115.0 fast follows (#9743)
* Fix caching, fix attributes setting * Use useCallOnce hook * Update dismissal handling * Update copy
This commit is contained in:
@@ -4,5 +4,8 @@ import {useAnalytics} from '#/analytics'
|
||||
|
||||
export function useIsBskyTeam() {
|
||||
const ax = useAnalytics()
|
||||
return useMemo(() => ax.features.enabled(ax.features.IsBskyTeam), [ax])
|
||||
return useMemo(
|
||||
() => ax.features.enabled(ax.features.IsBskyTeam),
|
||||
[ax.features],
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user