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: docs/migrating.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ The following hooks and utilities have been deprecated and replaced with differe
25
25
26
26
### Utilities
27
27
28
-
Several utility methods have been replaced by [Lodash]() methods which are thoroughly tested and performance optimized in many different environments.
28
+
Several utility methods have been replaced by [Lodash](https://lodash.com) methods which are thoroughly tested and performance optimized in many different environments.
29
29
30
30
-`existsByDot` - Use [_.has()](https://lodash.com/docs/latest#has)
31
31
-`deleteByDot` - Use [_.omit](https://lodash.com/docs/latest#omit)
32
-
-`getByDot` - Use [_.get()](https://lodash.com/docs/latest#omit)
32
+
-`getByDot` - Use [_.get()](https://lodash.com/docs/latest#get)
33
33
-`setByDot` - Use [_.set()](https://lodash.com/docs/latest#set)
0 commit comments