aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/ReactPriorityLevel.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/react-dom/lib/ReactPriorityLevel.js')
-rw-r--r--node_modules/react-dom/lib/ReactPriorityLevel.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/react-dom/lib/ReactPriorityLevel.js b/node_modules/react-dom/lib/ReactPriorityLevel.js
index e84ba8920..fc524e65a 100644
--- a/node_modules/react-dom/lib/ReactPriorityLevel.js
+++ b/node_modules/react-dom/lib/ReactPriorityLevel.js
@@ -17,4 +17,5 @@ module.exports = {
AnimationPriority: 2, // Needs to complete before the next frame.
HighPriority: 3, // Interaction that needs to complete pretty soon to feel responsive.
LowPriority: 4, // Data fetching, or result from updating stores.
- OffscreenPriority: 5 }; \ No newline at end of file
+ OffscreenPriority: 5 // Won't be visible but do the work in case it becomes visible.
+}; \ No newline at end of file