Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 30, 2024
1 parent f4c79a6 commit e89f267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/useUploadThing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const useRouteConfig = (

/**
* @internal - This is an internal function. Use `generateReactHelpers` instead.
* The actual hook we export for public usage is generated from `generateReactHelpers`
* which has the URL and FileRouter generic pre-bound.
*/
export function __useUploadThing<
TRouter extends FileRouter,
Expand Down

0 comments on commit e89f267

Please sign in to comment.