Elias Gabriel
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!
I am getting this error when update to 6.0.1 version. 
Before:  After: 