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
"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",
@@ -15847,6 +15851,8 @@ __DEV__ &&
15847
15851
var didWarnAboutLegacyLifecyclesAndDerivedState = new Set();
15848
15852
var didWarnAboutDirectlyAssigningPropsToState = new Set();
15849
15853
var didWarnAboutUndefinedDerivedState = new Set();
15854
+
var didWarnAboutContextTypes = new Set();
15855
+
var didWarnAboutChildContextTypes = new Set();
15850
15856
var didWarnAboutInvalidateContextType = new Set();
0 commit comments