Skip to content

Commit 23f9c89

Browse files
committed
.
1 parent c483d6d commit 23f9c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/14.x/docs/api/misc/render-hook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ If you're migrating from React Native Testing Library v13, you may have existing
174174

175175
**⚠️ Deprecated**: `deprecated_renderHookSync` is provided for migration purposes only. Use async `renderHook` instead.
176176

177-
For detailed migration instructions, see the [v14 migration guide](docs/migration/v14).
177+
For detailed migration instructions, see the [v14 migration guide](../../migration/v14).

website/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
},
2020
multiVersion: {
2121
default: '13.x',
22-
versions: ['12.x', '13.x'],
22+
versions: ['12.x', '13.x', '14.x'],
2323
},
2424
route: {
2525
cleanUrls: true,

0 commit comments

Comments
 (0)