@northlight/ui 2.33.5 → 2.33.6

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.
@@ -326,7 +326,7 @@ const useOutsideRectClick = (ref, callback) => {
326
326
  document.removeEventListener("touchstart", onPointerDown, true);
327
327
  document.removeEventListener("touchend", onTouchEnd, true);
328
328
  };
329
- }, []);
329
+ }, [callback]);
330
330
  };
331
331
 
332
332
  const useScreenSize = () => {