Fixes issues in Safari from using window.innerWidth. Using documentElement.clientWidth doesn't have issues and provides a more practical value for the canvas width that excludes the width of scrollbars. Fix #1369 Fix #1905
A hook equivalent for implementing "native methods" on refs to elements backed by function components.