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

**Describe the bug** Using the react-sdk results in console errors about trying to get an unsafe header "date" **To reproduce** Use the react-sdk **Expected behavior** No console errors. **Logs** ![image](https://user-images.githubusercontent.com/725614/175120767-3d1b2673-dac7-4628-aae2-5631625d2ca3.png)...

**Describe the bug** We are building an application dealing with both financial and health information, so Secure Mode is a pretty strong requirement for us. However, if it is enabled,...

**Is your feature request related to a problem? Please describe.** We have multiple LD projects but want to pull some or all of them in with just one react SDK....

enhancement

**Describe the bug** We are getting this error in Sentry currently in production. Is this any chance because of the SDK ? ![image](https://user-images.githubusercontent.com/13301510/143255646-bca18718-4809-41a8-9d66-94823b071927.png) **To reproduce** Not sure, it's only reported...

**Is your feature request related to a problem? Please describe.** I am working on a Typescript React App and currently use [StorybookJS](https://storybook.js.org/) to be able to test my components over...

enhancement

**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 this a support request?** No **Describe the bug** The [SDK API docs page](https://launchdarkly.github.io/react-client-sdk/) is for version 2.25.0 of react-client-sdk, not the currently released 2.27.0 This means things like the...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.63 to 20.12.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.18.63&new-version=20.12.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 14.3.0. Release notes Sourced from @​testing-library/react's releases. v14.3.0 14.3.0 (2024-04-08) Features Add support for React 19 Canary (#1294) (9c4a46d) v14.2.2 14.2.2 (2024-03-19) Bug Fixes Remove...

dependencies
javascript

**Describe the bug** Non-anonymous eval requests (`https://clientstream.launchdarkly.com/eval//`) are being blocked only in firefox (working fine in Chrome, Safari, Edge) with the error message below. **To reproduce** Make an `identify()` call...