Replies: 2 comments
-
I would consider moving away from those special characters, as you never know which one is going to break the path lookup. What's the specific use case that you try to cover, is any other workaround to resolve your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Going to convert this to general discussion, feel free to discuss it there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
in
v5
we could usename
with special charactersfor example:
"issuerRatings.MOODY'S"
,but in
v7
getValues
errors
will not see that valuesexample: https://codesandbox.io/s/react-hook-form-v7-getvalues-forked-x4oxh8?file=/src/index.jsx
Describe the solution you'd like
similar behavior as we have in v5
Describe alternatives you've considered
🤷♂️
Additional context
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions