우혁
우혁
This PR enhances the `useScrollTrigger` hook by introducing `requestAnimationFrame` throttling to the scroll event listener. ### Improvements and Benefits: - Introduces a `ticking` flag combined with `requestAnimationFrame` to throttle scroll...
## Summary Fixes: #956 Fixed a bug in `intersectionBy` where it returned duplicate elements from the first array when the mapper function produced identical values for multiple elements. Now correctly...
## Summary This PR improves the `once` function by removing the type assertion (`as F`) and using an explicit return type instead. This change enhances type safety while maintaining the...
## Summary This PR updates the outdated Flow URL in the pull request template from `flowtype.org` to `flow.org`. The Flow static type checker's official website has moved from the old...
## 🎯 Changes - Added the missing `lane` property to the `VirtualItem` interface to match its description. - Corrected the reference of the `measureElement` method from `VirtualItem.measureElement` to `Virtualizer.measureElement` in...
## 🎯 Changes - Corrected types in the Virtualizer documentation to match the actual implementation found in [`VirtualizerOptions`](https://github.com/TanStack/virtual/blob/main/packages/virtual-core/src/index.ts#L297), [`Virtualizer`](https://github.com/TanStack/virtual/blob/main/packages/virtual-core/src/index.ts#L353). - Fixed the incorrect reference of `virtualItem.measureElement` to the correct `Virtualizer.measureElement`...
## 🎯 Changes - Removed unnecessary '$' from installation command lines in the Installation documentation. - Made command lines consistent and easier to copy for users. | Before | After...
**What**: - Remove an unnecessary closing bracket `>` from the `` tag in a JSX code example in the composition documentation. **Why**: - The extra `>` in the JSX caused...