We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e59ebb commit 0ab30e2Copy full SHA for 0ab30e2
src/content/advanced-usage.mdx
@@ -261,7 +261,7 @@ Error messages are visual feedback to our users when there are issues with their
261
262
- #### Lodash `get`
263
264
- If your project is using [lodash](https://lodash.com), then you can leverage the lodash `[get](https://lodash.com/docs/4.17.15#get)` function. Eg:
+ If your project is using [lodash](https://lodash.com), then you can leverage the lodash [get](https://lodash.com/docs/4.17.15#get) function. Eg:
265
266
`get(errors, 'firstName.message')`
267
0 commit comments