Skip to content

Commit

Permalink
Update packages/mui-material/src/Select/SelectInput.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aarón García Hervás <[email protected]>
Signed-off-by: binsmyth <[email protected]>
  • Loading branch information
binsmyth and aarongarciah committed Sep 12, 2024
1 parent 082da68 commit 6b11060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Select/SelectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const SelectInput = React.forwardRef(function SelectInput(props, ref) {
setMenuMinWidthState(autoWidth ? null : anchorElement.clientWidth);
displayRef.current.focus();
}
// TODO: uncomment when compiler enabled // eslint-disable-next-line react-compiler/react-compiler
// TODO: uncomment once we enable eslint-plugin-react-compiler // eslint-disable-next-line react-compiler/react-compiler
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [displayNode, autoWidth]);
// `isOpenControlled` is ignored because the component should never switch between controlled and uncontrolled modes.
Expand Down

0 comments on commit 6b11060

Please sign in to comment.