useRef<T> method
Returns a stable mutable ref.
Implementation
ReactRef<T> useRef<T>(T? initialValue) => unsupportedReactFeature('useRef');
Returns a stable mutable ref.
ReactRef<T> useRef<T>(T? initialValue) => unsupportedReactFeature('useRef');