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
Describe the bug
When getting the featureflag before any user interaction and nothing on local-storage the enabled property shows as undefined, it should always be a boolean.
Describe the bug
When getting the featureflag before any user interaction and nothing on local-storage the
enabled
property shows asundefined
, it should always be a boolean.{key: 'basic', title: 'Basic', enabled: undefined}
Environment
To Reproduce
Fire up the feature-flag cookbook, with no features in local-storage, and log out the features.
Expected behavior
The enabled property should always be a boolean.
The text was updated successfully, but these errors were encountered: