We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea823a9 commit 80fb427Copy full SHA for 80fb427
docs/react/your-first-app/3-saving-photos.md
@@ -77,7 +77,6 @@ export function usePhotoGallery() {
77
setPhotos(newPhotos);
78
};
79
80
- // CHANGE: Add `savePicture()` method
81
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
82
return {
83
filepath: 'soon...',
versioned_docs/version-v7/react/your-first-app/3-saving-photos.md
0 commit comments