Elias Gabriel

Results 9 issues of Elias Gabriel

# Question How can I access the 'value' property using React ref (useRef)? ```tsx const inputRef = useRef(null); return ( ); ``` ```jsx inputRef.current... ????? ``` Something like that!

reproducing

I am getting this error when update to 6.0.1 version. ![image](https://user-images.githubusercontent.com/50633599/233219761-ce60a3a0-8712-497b-93fc-b150811d1686.png)

Before: ![image](https://github.com/Rocketseat/jupiter/assets/50633599/65379e6f-40ff-4401-ba01-d38557e433f5) After: ![image](https://github.com/Rocketseat/jupiter/assets/50633599/f9972198-a4de-4877-a857-ace4c39239a4)