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
Fix inaccurate comments about how targetFlags work (#106)
The following is not correct:
```
* If specified, `launchdarkly-react-client-sdk` will only request and listen to these flags.
```
It should instead say:
```
* If specified, `launchdarkly-react-client-sdk` will only listen for changes to these flags.
```
0 commit comments