Skip to content

Commit

Permalink
chore: add retry method to loadable types (#14152)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored Jun 15, 2020
1 parent eef40c5 commit 66778c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/next-server/lib/dynamic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type LoadableBaseOptions<P = {}> = LoadableGeneratedOptions & {
error?: Error | null
isLoading?: boolean
pastDelay?: boolean
retry?: () => void
timedOut?: boolean
}) => JSX.Element | null
loader?: Loader<P> | LoaderMap
Expand Down

0 comments on commit 66778c7

Please sign in to comment.