Skip to content

Commit

Permalink
[core] Prepare React 19 (#12991)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored May 6, 2024
1 parent f7c7aa5 commit 750c8b9
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 750c8b9

Please sign in to comment.