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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
1ba7b25: Add a React binding at the new segment-state/react entry point: the same useValue, useStatus, and useDraft contract as the Octane binding, built on useSyncExternalStore and React 19's use(). The entry re-exports the whole application API, so a React application imports from one place and never loads Octane. The octane and react peer dependencies are both optional; an application installs only the renderer it uses.