Skip to content

Commit 1c451ae

Browse files
authored
fix(growing-input): Remove extraneous layout effect (#71316)
Remove extraneous layout effect
1 parent 5176dd8 commit 1c451ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/components/growingInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export const GrowingInput = forwardRef<HTMLInputElement, InputProps>(
7070
}
7171
}, [isControlled]);
7272

73-
useLayoutEffect(() => {});
7473
return (
7574
<StyledInput {...props} ref={mergeRefs([ref, inputRef])} onChange={handleChange} />
7675
);

0 commit comments

Comments
 (0)