Skip to content

Commit

Permalink
Merge pull request #2016 from nick-potts/master
Browse files Browse the repository at this point in the history
[2.x] Export `usePrefetch` for react
  • Loading branch information
joetannenbaum authored Oct 11, 2024
2 parents a3708b4 + 5487f0c commit 8c8a63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export { InertiaLinkProps, default as Link } from './Link'
export { default as useForm } from './useForm'
export { default as usePage } from './usePage'
export { default as usePoll } from './usePoll'
export { default as usePrefetch } from './usePrefetch'
export { default as useRemember } from './useRemember'
export { default as WhenVisible } from './WhenVisible'

0 comments on commit 8c8a63f

Please sign in to comment.