can someone please advise how can I get it to autofocus on the name field when the contact form is clicked, I tried adding autofocus prop but it did not work
this commit is not working
I am using the wrong lifecycle? because comp did mount is called when the app initally loads, it is an SPA, yet id like to autofocus on name field when the contact form is clicked. What is the quickest way to achieve this? I have to extract this into a route?