- Notifications
You must be signed in to change notification settings - Fork 380
Open
Description
Context
In config/swc.config.js:8-18
, we use 'classic' runtime with a TODO:
// TODO: Consider switching to 'automatic' runtime when fully on React 19+ runtime: 'classic',
Questions
Since the project is already on React 19 (package.json), what's blocking the move to automatic runtime?
- Is this a React on Rails SSR compatibility issue?
- Should there be integration tests to validate this works with SSR?
Suggested Actions
- If this is a known React on Rails limitation, link to an issue or docs
- Add integration tests for both runtimes with SSR if feasible
- Test automatic runtime and switch if compatible
Metadata
Metadata
Assignees
Labels
No labels