Refs in a Custom Component!
Note: Since Input Line 5 is a custom Component,
the ref prop doesn't work, at least not out of the box.
So how can we make refs work on custom Components?
All we have to do is to go to the Component where we wanna receive refs. In this case, that's ...
omarsaade.hashnode.dev1 min read