You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In react sdk, useFeatures hook makes a request to fetch all features as a new query.
Instead try splitting them individual feature queries and cache them.
In react sdk, useFeatures hook makes a request to fetch all features as a new query.
Instead try splitting them individual feature queries and cache them.