Skip to content

Commit

Permalink
[popper][docs] Prepare React 19 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 6, 2024
1 parent f5f2f88 commit 810e124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/base/components/popper/PlacementPopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function PlacementPopper() {
<PlacementForm setPlacement={setPlacement} />
<div style={{ padding: '4rem 0', textAlign: 'center' }}>
<span
ref={(elm) => setAnchorEl(elm)}
ref={setAnchorEl}
aria-describedby="placement-popper"
style={{
display: 'inline-block',
Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/popper/PlacementPopper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function PlacementPopper() {
<PlacementForm setPlacement={setPlacement} />
<div style={{ padding: '4rem 0', textAlign: 'center' }}>
<span
ref={(elm) => setAnchorEl(elm)}
ref={setAnchorEl}
aria-describedby="placement-popper"
style={{
display: 'inline-block',
Expand Down

0 comments on commit 810e124

Please sign in to comment.