@royaloperahouse/harmonic 0.4.1-b → 0.4.1-c

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.
@@ -5026,6 +5026,7 @@ var useViewport = function useViewport() {
5026
5026
  isDesktop: window.innerWidth >= breakpoints.md
5027
5027
  });
5028
5028
  };
5029
+ handleResize();
5029
5030
  window.addEventListener('resize', handleResize);
5030
5031
  return function () {
5031
5032
  return window.removeEventListener('resize', handleResize);