We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dfb4e commit 7cd3d9fCopy full SHA for 7cd3d9f
1 file changed
apps/frontend/app/lib/shadcn/components/ui/flickering-grid/FlickeringGrid.vue
@@ -161,7 +161,7 @@ onMounted(() => {
161
});
162
intersectionObserver = new IntersectionObserver(
163
([entry]) => {
164
- isInView.value = entry.isIntersecting;
+ isInView.value = entry!.isIntersecting;
165
animationFrameId = requestAnimationFrame(animate);
166
},
167
{ threshold: 0 },
0 commit comments