react-hooks
react-hooks copied to clipboard
Lazy initial state for page visible hook
Using this hook in the client app bundle for a gatsby site causes build errors if the module is statically imported, as it tries to reference properties on document.
Using lazy state initialization may fix this. It may not! Thanks for your time!