@wordpress/priority-queue
Advanced tools
Comparing version 1.10.1 to 1.10.2-next.53e2173694.0
@@ -100,3 +100,6 @@ /** | ||
/** @type {WPPriorityQueueCallback} */ | ||
elementsMap.get(nextElement); | ||
elementsMap.get(nextElement); // If errors with undefined callbacks are encountered double check that all of your useSelect calls | ||
// have all dependecies set correctly in second parameter. Missing dependencies can cause unexpected | ||
// loops and race conditions in the queue. | ||
callback(); | ||
@@ -103,0 +106,0 @@ elementsMap.delete(nextElement); |
@@ -110,3 +110,6 @@ "use strict"; | ||
/** @type {WPPriorityQueueCallback} */ | ||
elementsMap.get(nextElement); | ||
elementsMap.get(nextElement); // If errors with undefined callbacks are encountered double check that all of your useSelect calls | ||
// have all dependecies set correctly in second parameter. Missing dependencies can cause unexpected | ||
// loops and race conditions in the queue. | ||
callback(); | ||
@@ -113,0 +116,0 @@ elementsMap.delete(nextElement); |
{ | ||
"name": "@wordpress/priority-queue", | ||
"version": "1.10.1", | ||
"version": "1.10.2-next.53e2173694.0", | ||
"description": "Generic browser priority queue.", | ||
@@ -33,3 +33,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "c79ef3aaa212f328a7d45f02018c21c94aa0965c" | ||
"gitHead": "cac63ac5e871791c3ea5bc6a5a7dd06d6229cccb" | ||
} |
@@ -99,2 +99,5 @@ /** | ||
) ); | ||
// If errors with undefined callbacks are encountered double check that all of your useSelect calls | ||
// have all dependecies set correctly in second parameter. Missing dependencies can cause unexpected | ||
// loops and race conditions in the queue. | ||
callback(); | ||
@@ -101,0 +104,0 @@ elementsMap.delete( nextElement ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
77867
685
0
1