You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/MigrationV13.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
## @@ -0,0 +1,20 @@
2
-
3
1
id: migration-v13
4
2
title: Migration to 13.0
5
3
@@ -62,6 +60,10 @@ const view = screen.getBy*(...); // Find the element using any query: *ByRole, *
62
60
expect(view).toHaveAccessibilityValue({ now: 50, min: 0, max: 50 }); // Assert its accessibility value
63
61
```
64
62
63
+
## Removed `debug.shallow`
64
+
65
+
For a time being we didn't support shallow rendering. Now we are removing the last remains of it: `debug.shallow()`. If you are interested in shallow rendering see [here](migration-v2#removed-global-shallow-function).
0 commit comments