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
What are the thoughts on using RHF’s set and get methods that can be imported and used to set object values like set(object, path, value) or get object value like get(object, path)?
These work similarly to the methods in lodash but I was not sure if they should be used or not as they have no documentation on RHF’s website and I’m not sure if their implementation might change in the future.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What are the thoughts on using RHF’s
set
andget
methods that can be imported and used to set object values likeset(object, path, value)
or get object value likeget(object, path)
?These work similarly to the methods in lodash but I was not sure if they should be used or not as they have no documentation on RHF’s website and I’m not sure if their implementation might change in the future.
Beta Was this translation helpful? Give feedback.
All reactions