Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Beaman <dabeamanator@gmail.com>
  • Loading branch information
kidroca and Beamanator authored Jan 26, 2023
1 parent bb25c15 commit 1f393c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-web/src/exports/Image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ const ImageWithHeaders: ImageComponent = React.forwardRef((props, ref) => {
onLoadStart();
}

// Store a ref for the current request so when know what's the last loaded source,
// Store a ref for the current load request so we know what's the last loaded source,
// and so we can cancel it if a different source is passed through props
request.current = ImageLoader.loadWithHeaders(nextSource);

Expand Down

0 comments on commit 1f393c4

Please sign in to comment.