I'm trying to set new value that I'm getting from props and than update the TextField component with setValue of react-hook-form library.
The problem is that the value sometimes staying empty and sometimes the label is not floating (shrinking).
Codesandbox (Please notice that I built wrapper component for TextField over there) https://codesandbox.io/s/romantic-bird-tq4sf?file=/src/App.js