We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code gives a null value for ref.current:
null
ref.current
const ref = useRef(); useEffect(() => { console.log(ref); }, [ref]); return ( <JsonView ref={ref} ... /> )
The text was updated successfully, but these errors were encountered:
fix: fix ref props issue. (#11)
319fb56
v1.8.3 fix: fix ref props issue. (#11) 319fb56
f5e6c0d
released v1.8.4 (#11)
6e152b8
@nelsieborja Upgrade v1.8.4
v1.8.4
Sorry, something went wrong.
v1.8.4 released v1.8.4 (#11) 6e152b8
b8f7d17
No branches or pull requests
The following code gives a
null
value forref.current
:The text was updated successfully, but these errors were encountered: