@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.esm.js CHANGED
@@ -24499,7 +24499,7 @@ var useCheckElementsInViewport = function useCheckElementsInViewport() {
24499
24499
  setElementsVisible(true);
24500
24500
  }
24501
24501
  });
24502
- }, [elements]);
24502
+ }, [elements, viewportWidth, viewportHeight]);
24503
24503
  handler(elementsVisible);
24504
24504
  };
24505
24505