Skip to content

Commit

Permalink
Fix link to full code of example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hahlh authored Jun 27, 2024
1 parent 2fc04c7 commit ef35027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/documentation/zoom-and-pan/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ export function useDebounce<T>(value: T, delay = 500) {

In this example, You can play around with difference modes and feel the difference between them.&#x20;

[Click here to see the full code](../../../examples/performance/src/App.tsx)
[Click here to see the full code](../../../../examples/performance/src/App.tsx)

{% embed url="https://dnd-timeline-performance.vercel.app" %}

0 comments on commit ef35027

Please sign in to comment.