@hyphen/hyphen-components 6.2.2 → 6.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1579,7 +1579,8 @@ var ResponsiveProvider = function ResponsiveProvider(_ref) {
1579
1579
  };
1580
1580
  window.addEventListener('resize', throttledResize);
1581
1581
  return function () {
1582
- return window.removeEventListener('resize', throttledResize);
1582
+ window.removeEventListener('resize', throttledResize);
1583
+ clearTimeout(timeoutId);
1583
1584
  };
1584
1585
  }
1585
1586
  }, [throttle]);