File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/react/your-first-app
versioned_docs/version-v7/react/your-first-app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Add a click handler to the `<IonImg>` element. When the app user taps on a photo
194194</IonGrid >
195195```
196196
197- Remember that removing the photo from the ` photos ` array triggers the ` cachePhotos ` method for us automatically.
197+ Remember that removing the photo from the ` photos ` array triggers the ` setPhotos ` method for us automatically.
198198
199199Tap on a photo again and choose the “Delete” option. The photo is deleted! Implemented much faster using Live Reload. 💪
200200
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Add a click handler to the `<IonImg>` element. When the app user taps on a photo
194194</IonGrid >
195195```
196196
197- Remember that removing the photo from the ` photos ` array triggers the ` cachePhotos ` method for us automatically.
197+ Remember that removing the photo from the ` photos ` array triggers the ` setPhotos ` method for us automatically.
198198
199199Tap on a photo again and choose the “Delete” option. The photo is deleted! Implemented much faster using Live Reload. 💪
200200
You can’t perform that action at this time.
0 commit comments