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
Call await Posthog().reset() after user logs out on frontend
All await Posthog().isFeatureEnabled("feature-key") calls return false afterwards.
Expected Result
Resetting after user logout should still keep the prefetched feature flags.
Actual Result
Preloaded feature flags are lost. However, if I call await Posthog().reloadFeatureFlags() after reset, they are working fine. Not sure if this should be required though.