diff --git a/packages/react-router-dev/.changes/unstable.rsc-subresource-integrity.md b/packages/react-router-dev/.changes/unstable.rsc-subresource-integrity.md index 271c6e15d8..01a1047593 100644 --- a/packages/react-router-dev/.changes/unstable.rsc-subresource-integrity.md +++ b/packages/react-router-dev/.changes/unstable.rsc-subresource-integrity.md @@ -1,6 +1,6 @@ Support the `subResourceIntegrity` config option in RSC Framework Mode -### Migration guide +#### Migration guide No changes are required when using the default RSC SSR entry. If you maintain a custom `app/entry.ssr.tsx`, import the new virtual module and pass its hashes to React's `importMap` render option: diff --git a/packages/react-router/.changes/unstable.rsc-client-version.md b/packages/react-router/.changes/unstable.rsc-client-version.md index 596756b0a7..66d652cf88 100644 --- a/packages/react-router/.changes/unstable.rsc-client-version.md +++ b/packages/react-router/.changes/unstable.rsc-client-version.md @@ -1,6 +1,6 @@ Detect stale RSC clients during lazy route discovery and reload the destination document -### Migration +#### Migration Apps using the default RSC Framework entry do not need to make any changes. Apps with a custom `entry.rsc.tsx` should import the generated client version and pass it to `unstable_matchRSCServerRequest`: