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
The SDK doesn't overwrite local cache flags if the flag is suddenly missing from /decide. Sounds like we either need to return them from /decide or diff latest /decide response with the local cache flag keys
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
posthog.isFeatureEnabled('query-websocket')
is truequery-websocket
doesn't show up in /decide anymore, butposthog.isFeatureEnabled('query-websocket')
still returns trueAdditional context
The text was updated successfully, but these errors were encountered: