Jay Huang

Results 2 comments of Jay Huang

@okonet, @pcattori Really appreciate your work, everyone. but it seems like some type checking in TS are not passing. `useElement` is returning `CallbackRef` but it is not compatible with `RegacyRef`.

@pcattori I just followed the Readme.md like this one. ```javascript const MyComponent: React.FC = () => { const [thead, theadRef] = useElement() const [tbody, tbodyRef] = useElement() useScrollSync([thead, tbody], {...