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
When feature flags are initialised, the initialise function should check for existing feature flags and their states and apply saved state on top of passed feature flags.
In case of refresh, the updated feature flags get reset.
The text was updated successfully, but these errors were encountered:
In my app, feature flags are stored in localStorage. I use your extension to toggle features. If the chrome extension stores the state by itself and overrides the state supplied by the app, my app integration would no longer work.
I suggest, that the app can control this behavior.
When feature flags are initialised, the initialise function should check for existing feature flags and their states and apply saved state on top of passed feature flags.
In case of refresh, the updated feature flags get reset.
The text was updated successfully, but these errors were encountered: