Skip to content

Commit fd593f6

Browse files
committed
fix: remove accessing elem.ref in renderTransitions
1 parent 195c479 commit fd593f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/hooks/useTransition.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ export function useTransition(
436436
<elem.type
437437
{...elem.props}
438438
key={is.str(t.key) || is.num(t.key) ? t.key : t.ctrl.id}
439-
ref={elem.ref}
440439
/>
441440
) : (
442441
elem

0 commit comments

Comments
 (0)