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
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Mostly documentation/comment and export-surface adjustments; minimal
runtime impact aside from removing the `isServer` test/export and
tightening what `LDReactContext` exports.
>
> **Overview**
> Clarifies public API guidance across the React SDK (client creation,
provider usage, initialization status, and server session patterns) via
updated JSDoc and expanded `MIGRATING.md`, including stating a React 18+
support baseline and documenting `useFlag`/`useFlagDetail` as removed.
>
> Cleans up the export surface by switching `client/index.ts` to
explicitly export `LDReactContext`/`initLDReactContext`, making
`isServer()` internal-only (and removing its unit test), and deleting
the temporary docs directory content.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
3d0039a. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/launchdarkly/js-core/pull/1205"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
</picture>
</a>
<!-- devin-review-badge-end -->
0 commit comments