Describe the bug
Flags are evaluated as false during the first render even if default flags are provided.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/taschetto/flopflip-bug
yarn && yarn start
- Open the console DevTools in your preferred browser
- Notice that the first render outputs
false for all feature flags, even though the defaults are different
- Then, eventually, the flags assume the default value
Expected behavior
Any tentative to evaluate flags should read from the default flags even during the first render.
Screenshots

Describe the bug
Flags are evaluated as
falseduring the first render even if default flags are provided.To Reproduce
Steps to reproduce the behavior:
yarn && yarn startfalsefor all feature flags, even though the defaults are differentExpected behavior
Any tentative to evaluate flags should read from the default flags even during the first render.
Screenshots