Open
Description
Bug description
Disabling feature flags doesn't actually cause the JS SDK to return false for that feature flag if it was already seen by user
How to reproduce
- Create feature flag and enable it
- Refresh page, see that
posthog.isFeatureEnabled('query-websocket')
is true - Disable feature flag
- Refresh page.
query-websocket
doesn't show up in /decide anymore, butposthog.isFeatureEnabled('query-websocket')
still returns true
Additional context
Metadata
Assignees
Labels
No labels