fix(react-start-rsc): re-export renderable types from public entries#7278
fix(react-start-rsc): re-export renderable types from public entries#7278schiller-manuel merged 2 commits intoTanStack:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR expands type exports from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 0510b1c
☁️ Nx Cloud last updated this comment at |
Bundle Size Benchmarks
Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better. |
|
@copilot add a changeset |
Merging this PR will not alter performance
Comparing Footnotes
|
|
Added changeset, I think copilot might not have access to my fork. |
Issue
renderServerComponentreturnsPromise<RenderableServerComponentBuilder<TNode>>,but
RenderableServerComponentBuilderisn't re-exported from the public entries.Using
declaration: truehits TS2742:Fix
Re-export
RendaleServerComponenttypes.Summary by CodeRabbit