enhancementgood first issuehelp wanted
Description
Add ability to trigger a callback when the size is updated.
const { ... } = useWindowSize(() => {
...callback on resize...
});
Add ability to trigger a callback when the size is updated.
const { ... } = useWindowSize(() => {
...callback on resize...
});