react-client-sdk
react-client-sdk copied to clipboard
LaunchDarkly Client-side SDK for React.js
Bumps [jest-environment-jsdom-global](https://github.com/simon360/jest-environment-jsdom-global) from 3.1.2 to 4.0.0. Release notes Sourced from jest-environment-jsdom-global's releases. v4.0.0: Jest 29 and EOL for Node 12 This release adds support for Jest 29, and removes support...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5. Changelog Sourced from rimraf's changelog. 5.0 No default export, only named exports 4.4 Provide Dirent or Stats object as second argument to filter 4.3...
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 5.3.1 to 6.1.0. Changelog Sourced from rollup-plugin-dts's changelog. 6.1.0 Compatibility Notice: This release adds compatibility with Rollup version 4. Fixes: Fix fallback path generation. Thank you: Features,...
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated...
**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...
**Describe the bug** The LDProvider returned by `asyncWithLDProvider` keeps using the initial flags on mount even though the flags are updated. **To reproduce** 1. Call `asyncWithLDProvider` and it gets initial...
**Describe the bug** The NPM package is misconfigured with regards to esm/cjs types and as such certain build tools like Remix will not build successfully. **To reproduce** Make a Remix...
**Is your feature request related to a problem? Please describe.** In some cases, I want to restore flags from the LocalStorage without fetching the flags from the internet. It would...
**Is this a support request?** The issue is in SDK. **Describe the bug** I am encountering a console warning related to memory leakage. The warning message is as follows: >...
**Describe the bug** When `identify` is called repeatedly after initialisation, it seems that incorrect (probably out of date) flag values are eventually returned by `useFlags`. **To reproduce** 1. Set up...