Skip to content

Commit

Permalink
chore: add retry method to loadable types (vercel#14152)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored and rokinsky committed Jul 11, 2020
1 parent a248d6d commit 5eb7f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/next-server/lib/dynamic.tsx
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 5eb7f18

Please sign in to comment.