react-aria-carousel
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "react-aria-carousel", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ ".": { |
"use client"; | ||
import "./utils/scrollend-polyfill"; | ||
import { | ||
@@ -6,0 +4,0 @@ Dispatch, |
@@ -311,3 +311,7 @@ "use client"; | ||
); | ||
scrollToItem(actualItem!, "instant"); | ||
requestAnimationFrame(() => { | ||
requestAnimationFrame(() => { | ||
scrollToItem(actualItem!, "instant"); | ||
}); | ||
}); | ||
} else { | ||
@@ -314,0 +318,0 @@ const indexString = (firstIntersecting.target as HTMLElement) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46324
28
1394