react-client-sdk icon indicating copy to clipboard operation
react-client-sdk copied to clipboard

LaunchDarkly Client-side SDK for React.js

Results 55 react-client-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

Similar to #62, the extension [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) blocks some requests from LaunchDarkly. ![image](https://user-images.githubusercontent.com/13304704/188236242-6d30eb12-2dfe-42a3-8a56-51aa5210eaa6.png)

**Is your feature request related to a problem? Please describe.** When a component uses the `useFlags` in an application that enables streaming, the hook returns an object that contains all...

**Is your feature request related to a problem? Please describe.** In a team with many developers, it can be a hassle to share client-side ids and multiple environments on LaunchDarkly....

enhancement

**Is your feature request related to a problem? Please describe.** In order to get the Launch Darkly dashboard to correctly report when flags are evaluated ("Evaluated xxx mins ago" on...

**Describe the bug** The SDK appears to continue to request all LaunchDarkly flags, even if I set the `flags` property when configuring the client, which seems to conflict with the...

**Requirements** - [ ] I have added test coverage for new or changed functionality - [X] This is typing-only - [X] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests)...

**Is this a support request?** This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem...

**Is your feature request related to a problem? Please describe.** I would love to wait until what LD fetches flags. In current, I'm realizing it with flag state that returns...

**Is this a support request?** This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem...

**Is your feature request related to a problem? Please describe.** It would be great to get intellisense when destructuring the flags from `useFlags` **Describe the solution you'd like** To pass...