Skip to content

Commit

Permalink
fix: wrong function name within the framer motion integration example (
Browse files Browse the repository at this point in the history
  • Loading branch information
AntanasMisiunas authored Nov 24, 2024
1 parent 37417fd commit ec13adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Component() {
const lenisRef = useRef()

useEffect(() => {
function raf(time) {
function update(time) {
lenisRef.current?.lenis?.raf(time)
}

Expand Down

0 comments on commit ec13adb

Please sign in to comment.