Skip to content

Commit

Permalink
Fix overlayRef warning (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Apr 6, 2023
1 parent ef1c96a commit 168618e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Overlay/useOverlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ export function useOverlay(

return {
...attributes.popper,
// Keep for backwards compatibility.
innerRef: attachRef,
overlayRef: attachRef,
style: styles.popper,
};
}
Expand Down

0 comments on commit 168618e

Please sign in to comment.