Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche authored Nov 5, 2024
1 parent 9c7b19a commit 06ed9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Component() {
const rafId = requestAnimationFrame(update)

return () => cancelAnimationFrame(rafId)
})
}, [])

return (
<ReactLenis ref={lenisRef}>
Expand Down Expand Up @@ -95,7 +95,7 @@ function Component() {
gsap.ticker.add(update)

return () => gsap.ticker.remove(update)
})
}, [])

return (
<ReactLenis ref={lenisRef}>
Expand Down

1 comment on commit 06ed9e0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 62
🟢 Accessibility: 96
🟢 Best practices: 96
🟢 SEO: 92

Lighthouse ran on https://vercel.com/login?next=%2Fsso-api%3Furl%3Dhttps%253A%252F%252Flenis-rccpg05we-darkroom-engineering.vercel.app%252F%26nonce%3D6e9a875a0ad53bdf913554fda3deffcdd41b456809aad54dd51df7d0e6862783"

Please sign in to comment.