@@ -138,6 +138,7 @@ describe('ReactStrictMode', () => {
138138 'getDerivedStateFromProps' ,
139139 'getDerivedStateFromProps' ,
140140 'shouldComponentUpdate' ,
141+ 'shouldComponentUpdate' ,
141142 'render' ,
142143 'render' ,
143144 'componentDidUpdate' ,
@@ -166,6 +167,7 @@ describe('ReactStrictMode', () => {
166167 'getDerivedStateFromProps' ,
167168 'getDerivedStateFromProps' ,
168169 'shouldComponentUpdate' ,
170+ 'shouldComponentUpdate' ,
169171 ] ) ;
170172 } else {
171173 expect ( log ) . toEqual ( [
@@ -283,6 +285,7 @@ describe('ReactStrictMode', () => {
283285 'getDerivedStateFromProps' ,
284286 'getDerivedStateFromProps' ,
285287 'shouldComponentUpdate' ,
288+ 'shouldComponentUpdate' ,
286289 'render' ,
287290 'render' ,
288291 'componentDidUpdate' ,
@@ -305,6 +308,7 @@ describe('ReactStrictMode', () => {
305308 'getDerivedStateFromProps' ,
306309 'getDerivedStateFromProps' ,
307310 'shouldComponentUpdate' ,
311+ 'shouldComponentUpdate' ,
308312 ] ) ;
309313 } else {
310314 expect ( log ) . toEqual ( [
0 commit comments