-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
Description
Summary
Fix TypeScript import errors in the Pro package's RSCRoute.tsx and RSCProvider.tsx files.
Details
The TypeScript imports in these files have errors that need to be corrected for proper type checking and IDE support.
Related Branch
This fix was identified in the justin808/shakapacker-9.3.0 branch (commit acbb195).
Impact
- Fixes TypeScript compilation errors
- Improves IDE support and developer experience
- No runtime behavior changes
Files Changed
packages/react-on-rails-pro/src/RSCProvider.tsxpackages/react-on-rails-pro/src/RSCRoute.tsx
Total: 6 lines changed (2 insertions, 6 deletions)
Labels
- Bug
- TypeScript
- Pro
coderabbitai