Conversation
📝 WalkthroughWalkthroughThe pull request replaces the Store constructor with a createStore factory function for initializing the internal router store. Import statements and initialization logic in both server and non-server code paths are updated accordingly, with Store added as a type-only import. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 04cf5d1
☁️ Nx Cloud last updated this comment at |
Bundle Size Benchmarks
Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better. |
Fix a minor migration issue where
new Store()should now becreateStore(). In practice this does not change anything (same code being called under the hood). It's only to better align Router with the new public API of Store.Summary by CodeRabbit