You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/diff/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,14 +165,14 @@ export function diff(
165
165
}
166
166
167
167
if(
168
+
newVNode._original==oldVNode._original||
168
169
(!c._force&&
169
170
c.shouldComponentUpdate!=NULL&&
170
171
c.shouldComponentUpdate(
171
172
newProps,
172
173
c._nextState,
173
174
componentContext
174
-
)===false)||
175
-
newVNode._original==oldVNode._original
175
+
)===false)
176
176
){
177
177
// More info about this here: https://gist.github.com/JoviDeCroock/bec5f2ce93544d2e6070ef8e0036e4e8
0 commit comments