Skip to content

Commit 792d9fb

Browse files
justin808claude
andcommitted
Clean up PR: Remove outdated docs and add CHANGELOG entry
Removed outdated documentation files that were created during development: - PR_SUMMARY_REACT_19_FIX.md - REACT_19_WORK_SUMMARY.md Added CHANGELOG.md entry documenting the React 19 compatibility fix. The actual code changes (using named imports in RSCProvider and RSCRoute) are already correct and were committed previously. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dae83c6 commit 792d9fb

File tree

3 files changed

+2
-369
lines changed

3 files changed

+2
-369
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Changes since the last non-beta release.
4949

5050
#### Bug Fixes
5151

52+
- **React 19 Compatibility**: Fixed compatibility with React 19 by ensuring Pro package (RSCProvider, RSCRoute) uses named imports from React instead of namespace imports. This prevents build errors when esModuleInterop is disabled in TypeScript configuration. [PR 1937](https://github.com/shakacode/react_on_rails/pull/1937) by [justin808](https://github.com/justin808).
53+
5254
- **Use as Git dependency**: All packages can now be installed as Git dependencies. This is useful for development and testing purposes. See [CONTRIBUTING.md](./CONTRIBUTING.md#git-dependencies) for documentation. [PR #1873](https://github.com/shakacode/react_on_rails/pull/1873) by [alexeyr-ci2](https://github.com/alexeyr-ci2).
5355

5456
#### Breaking Changes

PR_SUMMARY_REACT_19_FIX.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

REACT_19_WORK_SUMMARY.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)