Apuy717

Results 1 comments of Apuy717

FIx in hooks in package useBoundingClientRect.ts change from ```tsx // @ts-ignore 👉 https://github.com/facebook/react/commit/53b1f69ba if (ref.current.unstable_getBoundingClientRect !== null) { // @ts-ignore https://github.com/facebook/react/commit/53b1f69ba const layout = ref.current.unstable_getBoundingClientRect(); handler(layout); return; } ``` to...