kkh975

Results 3 comments of kkh975

@mherold, I think the setTimeout in the useRefProxy function can bring up an error. ```ts export const useRefProxy = (targetRef: React.MutableRefObject | undefined) => { // ... if (targetRef) {...