mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in comment (Noticable→Noticeable) (#19737)
This commit is contained in:
@@ -926,7 +926,7 @@ function finishConcurrentRender(root, exitStatus, lanes) {
|
||||
if (!shouldForceFlushFallbacksInDEV()) {
|
||||
// This is not a transition, but we did trigger an avoided state.
|
||||
// Schedule a placeholder to display after a short delay, using the Just
|
||||
// Noticable Difference.
|
||||
// Noticeable Difference.
|
||||
// TODO: Is the JND optimization worth the added complexity? If this is
|
||||
// the only reason we track the event time, then probably not.
|
||||
// Consider removing.
|
||||
|
||||
@@ -914,7 +914,7 @@ function finishConcurrentRender(root, exitStatus, lanes) {
|
||||
if (!shouldForceFlushFallbacksInDEV()) {
|
||||
// This is not a transition, but we did trigger an avoided state.
|
||||
// Schedule a placeholder to display after a short delay, using the Just
|
||||
// Noticable Difference.
|
||||
// Noticeable Difference.
|
||||
// TODO: Is the JND optimization worth the added complexity? If this is
|
||||
// the only reason we track the event time, then probably not.
|
||||
// Consider removing.
|
||||
|
||||
Reference in New Issue
Block a user