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
case2: // process(deps, dispatch) - single dispatch (deprecated)
206
206
if(NODE_ENV!=='production'&&
207
-
!processOptions.dispatchMultiple
208
-
&&warnTimeout!==0){
207
+
!processOptions.dispatchMultiple
208
+
&&warnTimeout!==0){
209
209
// eslint-disable-next-line no-console
210
210
console.error(`warning: in logic for type(s): ${type} - single-dispatch mode is deprecated, call done when finished dispatching. For non-ending logic, set warnTimeout: 0`);
0 commit comments