Disable Flipper memoization without RequestStore
With RequestStore, it is safe to memoize the feature flag values because they will be cleared on the next request. Without RequestStore, we can still memoize the Flipper instance but we must not enable memoization of feature flag values because those would be permanent until the process is restarted.
Showing
Please register or sign in to comment