Skip to content

Commit

Permalink
[core] Prepare React 19 (mui#12991)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and DungTiger committed Jul 23, 2024
1 parent 42cbf4c commit 8b502e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ describe('<DataGridPro /> - Row editing', () => {
}, [hasFocus, inputRef]);
return (
<Portal>
<input ref={(ref) => setInputRef(ref)} data-testid="input" />
<input ref={setInputRef} data-testid="input" />
</Portal>
);
}
Expand Down

0 comments on commit 8b502e7

Please sign in to comment.