npm upgrade
Homereact 18 → 19
18.3.1 → 19.3.0. What the package's exports lost, renamed or changed between the two releases, from lurq's extraction of both published tarballs.
react 19.3.0 removes or renames exports your code may import.
- Removed
- 4
- Renamed
- 0
- Signature changes
- 1
- Types removed
- 0
- Newly deprecated
- 0
- Added
- 12
Does this break your code?
Run this in your project. It compares both releases against the names your code actually imports, locally, with no account and nothing sent to lurq:
npx lurqrun check-upgrade --upgrade react@18.3.1..19.3.0
To have your coding agent check upgrades like this before it writes them, connect lurq to Claude Code, Cursor, VS Code or Codex:
npx lurqrun
Removed
Gone at runtime, with no replacement found under another name. Imports of these fail.
- __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIREDobject
- actfunction
- createFactoryfunction
- unstable_actfunction
Signature changes
Still exported, but the number of arguments it reads changed.
- useDeferredValue1 → 2 arguments
An export diff shows what a release removed or re-signatured, not behaviour changes: read the changelog for those. Extracted Sep 10, 2026. react on lurq.