Skip to content

Commit

Permalink
debugging duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuntaqim committed Feb 3, 2025
1 parent 9772522 commit 5b6d547
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ import {

import * as F from "./Filterable";
import { useFilterDrawer } from "./hooks";
import { console } from "inspector";

export const OsFilterDrawer = () => {
const hook = useFilterDrawer();

{
() => console.log(Object.values);

Check failure on line 24 in react-app/src/components/Opensearch/main/Filtering/Drawer/index.tsx

View workflow job for this annotation

GitHub Actions / lint

Expected an assignment or function call and instead saw an expression
}

return (
<Sheet open={hook.drawer.drawerOpen} onOpenChange={hook.drawer.setDrawerState}>
<SheetTrigger asChild>
Expand Down

0 comments on commit 5b6d547

Please sign in to comment.