Skip to content

Commit 3de2a2b

Browse files
authored
clarify UNSAFE_ functions are not scheduled for removal (#368)
1 parent 7c6df01 commit 3de2a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/MigrationV2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Following query functions have been removed after being deprecated for more than
9292
- `queryByName`
9393
- `queryAllByName`
9494

95-
The `*ByType` and `*ByProps` queries has been prefixed with `UNSAFE_`. You can rename them using global search/replace in your project:
95+
The `*ByType` and `*ByProps` queries has been prefixed with `UNSAFE_`. These `UNSAFE_` functions are not planned for removal in future versions but their usage is discouraged. You can rename them using global search/replace in your project:
9696

9797
- `getByType` -> `UNSAFE_getByType`
9898
- `getAllByType` -> `UNSAFE_getAllByType`

0 commit comments

Comments
 (0)