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
First of three stacked sub-PRs enabling React Server Components here,
since enable_rsc_support is a Pro-only configuration. Pure dependency
swap — ExecJS server rendering and existing behavior are unchanged.
- Gemfile: react_on_rails 16.6.0.rc.0 → react_on_rails_pro 16.6.0
- package.json: react-on-rails 16.6.0-rc.0 → react-on-rails-pro 16.6.0
- shakapacker: rc.0 → 10.0.0 stable (lockstep with the Pro gem pair)
- commonWebpackConfig.js: alias react-on-rails → react-on-rails-pro so
third-party packages still importing 'react-on-rails' (such as
rescript-react-on-rails) resolve to Pro. Prevents the runtime error
"Cannot mix react-on-rails (core) with react-on-rails-pro".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments