We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc6ca2 commit 1e83f4bCopy full SHA for 1e83f4b
1 file changed
src/hooks/useDomMotionEvents.ts
@@ -36,6 +36,7 @@ export default (
36
React.useEffect(
37
() => () => {
38
removeMotionEvents(cacheElementRef.current);
39
+ cacheElementRef.current = null;
40
},
41
[],
42
);
0 commit comments