Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix enabled feature flags object composition (#2899)
### 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.
- Loading branch information