You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/vite-ts/src/AppShell.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ function AppShell() {
93
93
<ResponsivePopover
94
94
className={classes.popover}
95
95
open={popoverOpen}
96
+
// The `opener` property of UI5 Web Components allows passing a reference of a DOM element. You can also use an ID string here to prevent the eslint error.
0 commit comments