Skip to content

Commit

Permalink
fix: UImage
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed May 10, 2024
1 parent 3d7cdb0 commit 2d722d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ export default function getRenderInfo(params: UImageRenderParams): UImageRenderI
}
}

return renderInfo?.uImage({ ...params, defaultRenderInfo: result }) || result;
return renderInfo?.uImage?.({ ...params, defaultRenderInfo: result }) || result;
}

0 comments on commit 2d722d2

Please sign in to comment.