You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of useConst in newest version (16.2.4) has no inivialValue passed to useRef. As a result, I'm unable to run tsc in my project with some v1 code without "Expected 1 arguments, but got 0. An argument for 'initialValue' was not provided" error.
May I ask to add undefined as an initial value for useRef inside src/v1/Hooks/useConst function ?
The text was updated successfully, but these errors were encountered:
Hello all,
Implementation of useConst in newest version (16.2.4) has no inivialValue passed to useRef. As a result, I'm unable to run tsc in my project with some v1 code without
"Expected 1 arguments, but got 0. An argument for 'initialValue' was not provided"
error.May I ask to add undefined as an initial value for useRef inside src/v1/Hooks/useConst function ?
The text was updated successfully, but these errors were encountered: