Creates a mutable ref object with a stable identity across renders. The .current property holds the latest value.
.current
Initial ref value.
Ref object with .current.
Creates a mutable ref object with a stable identity across renders. The
.currentproperty holds the latest value.