scrollmonitor
scrollmonitor copied to clipboard
fix(container.ts): Check for window undefined error in SSR apps
On SSR apps specially, those which do not use webpack,
window is undefined, REFERENCE ERROR would be thrown
to avoid reference errors in SSR apps this check will be helpful
Closes #99