Skip to content

Commit

Permalink
Merge branch 'beta' into simplify-internal-types
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jul 26, 2024
2 parents c76291b + d2418e6 commit 3553e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function useAsset<T>(
/** @description Asset options. */
options: (UnresolvedAsset<T> & AssetRetryOptions) | string,
/** @description A function to be called when the asset loader reports loading progress. */
onProgress: ProgressCallback,
onProgress?: ProgressCallback,
)
{
if (typeof window === 'undefined')
Expand Down

0 comments on commit 3553e50

Please sign in to comment.