Skip to content

Commit

Permalink
Fix minor build issues for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Aug 18, 2024
1 parent a858ab5 commit 180a302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ function App() {
popover[0].hide()
return true
}
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
return component.ref?.onKeyDown?.(props)
},
onExit() {
Expand Down

0 comments on commit 180a302

Please sign in to comment.