@thecb/components 7.7.8-beta.3 → 7.7.8-beta.4

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.
package/dist/index.cjs.js CHANGED
@@ -24507,7 +24507,7 @@ var useCheckElementsInViewport = function useCheckElementsInViewport() {
24507
24507
  setElementsVisible(true);
24508
24508
  }
24509
24509
  });
24510
- }, [elements]);
24510
+ }, [elements, viewportWidth, viewportHeight]);
24511
24511
  handler(elementsVisible);
24512
24512
  };
24513
24513