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
### Motivation
I made a mistake when mapping the feature flags into an object. They are supposed to be a hash like object and not an array.
### Implementation
Used `Object.fromEntries` to build the hash.
0 commit comments