Nice, but make the browser a bit smaller and the VS Code a bit bigger, and increase the contrast in the code. Thank you for the effort.
@leofarmer79872 жыл бұрын
It would be great to see the unit test for this component
@HieuNguyen-oy3ol3 жыл бұрын
Why I got this error "TypeError: props.render is not a function" when I adding the as{TextFeild} inside the Controller Component?
@Steven-wh9ou3 жыл бұрын
Really nice explanation, thanks Eric!
@parthdeshmukh3542 Жыл бұрын
when i output the submitted value in console it shows undefined
@eduardofagundesferreira88912 жыл бұрын
Great video. Congratulations and tank you for share!
@victorsoaresdealmeida66883 жыл бұрын
This was awesome! Thank you so much!!!
@codingexpedition46253 жыл бұрын
When you are passing the props to the render function, how come you have to define `name="location"` on `Controller` but you don't have to define the `onChange` function on `Controller` itself?