Skip to content

Commit

Permalink
Ignore TS ref error on AutoComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Nov 6, 2023
1 parent 0c00757 commit 54f6773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/packages/AutoComplete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export const AutoComplete = ({
}

return (
// TODO: Fix it
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
<S.AutoComplete ref={ref} data-testid="auto-complete">
<>
<TextField
Expand Down

0 comments on commit 54f6773

Please sign in to comment.