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
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Summary:
This enables on the playground for us to pass `gk_enable=foo,bar,foobar` or `gk_disable=foo,bar,foobar`, on the URI,
Example:
```
http://localhost:3000/?gk_enable=foo&gk_disable=bar,foobar
```
***
TLDR:
- Updating our Gkx stub to treat undefined gks on the stub object as falsy
- This will allow us to update GK flags while interacting with the playground.
Closes#1677
Differential Revision: D7155154
fbshipit-source-id: 99836da46aafcf0cd30d4fe613633e897f59a079
0 commit comments