react-hooks
react-hooks copied to clipboard
fix: useViewportScrollCoords & useViewportScale fall back properly
- Both hooks fall back properly when window.visualViewport isn't defined (as in jsdom when running tests, or an old browser)
- useViewportScale falls back to 1.0 rather than 0
- useViewportScrollCoords also updates on resize events resize
I don't know why the Build Errored, but it builds fine and the tests pass for me, using node 14.16.1 under MacOS 11.6.