Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@view() FullHeight({...props}) { const height = useWindowHeight(600); return <div>; } </div>
React hooks for updating components when the size of the `window` changes.