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
✨ improves your app's performance by ensuring user-visible tasks will be executed as soon as possible
✨ improves your app's perceived performance by calculating the time spent in the task more accurately — we now also account for the time of the last rendered frame
🔀 improves your app's performance by making user-visible task wait more before yielding to the main thread
🐎 improves your app's performance because isTimeToYield() has performance optimizations inside of it