kkh975
Results
3
comments of
kkh975
same too
me too. Does anyone know how to solve it?
@mherold, I think the setTimeout in the useRefProxy function can bring up an error. ```ts export const useRefProxy = (targetRef: React.MutableRefObject | undefined) => { // ... if (targetRef) {...