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
Fix TypeScript import errors in RSCRoute and RSCProvider
Changed from `import ReactClient from 'react/index.js'` to the
simpler and more compatible `import * as React from 'react'`.
The 'react/index.js' path caused module resolution issues in Jest
and TypeScript errors without esModuleInterop. The simpler import
works correctly in all environments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments