Skip to content

Commit

Permalink
chore: remove additional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Dec 14, 2022
1 parent e58a71e commit 73918cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/remix-react/__tests__/hook-types-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ function isEqual<A, B>(
arg: A extends B ? (B extends A ? true : false) : false
): void {}

// not sure why `eslint` thinks the `T` generic is not used...

type LoaderData<T> = ReturnType<typeof useLoaderData<T>>;

describe("useLoaderData", () => {
Expand Down

0 comments on commit 73918cc

Please sign in to comment.