Skip to content

Commit

Permalink
saf
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jul 12, 2024
1 parent 2c8595a commit 680c07f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions src/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ const Overlay = React.forwardRef<HTMLElement, OverlayProps>(
onEntered,
});

return (
<>{container ? ReactDOM.createPortal(<>{child}</>, container) : null}</>
);
return container ? ReactDOM.createPortal(child, container) : null;
},
);

Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1888,11 +1888,6 @@
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==

"@types/scheduler@*":
version "0.16.2"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==

"@types/statuses@^2.0.4":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@types/statuses/-/statuses-2.0.5.tgz#f61ab46d5352fd73c863a1ea4e1cef3b0b51ae63"
Expand Down

0 comments on commit 680c07f

Please sign in to comment.