We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef7174 commit 618bd44Copy full SHA for 618bd44
src/components/App.jsx
@@ -20,7 +20,7 @@ export class App extends Component {
20
selectedImage: null,
21
galleryRef: React.createRef(),
22
}// we got state 'searchQuery' from 'searchbar.js' (searchQueryOriginal=searchQuery)
23
- // hook
+
24
async componentDidUpdate(prevProps, prevState) {
25
const prevQuery = prevState.searchQuery;
26
const nextQuery = this.state.searchQuery;
0 commit comments