MLH-Fellowship / scheduling-profiler-prototype

Custom profiler prototype for React's concurrent mode
https://react-scheduling-profiler.vercel.app/
6 stars 0 forks source link

Highlight React events with the same wakeable ID #111

Closed taneliang closed 4 years ago

taneliang commented 4 years ago

Stack PR by STACK ATTACK:

Summary

Resolves #44.

Intended to highlight all related React events. However, it looks like separate promises can have the same wakeable ID, which is a bit strange.

TODO

Test Plan

image

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mlh-fellowship/scheduling-profiler-prototype/qxzqo7mwz ✅ Preview: https://scheduling-profiler-prototype-git-sttack-pariatur-dolorem-illum.mlh-fellowship.vercel.app

taneliang commented 4 years ago

Rebased on master.

We may want to use an intermediate highlight color for the related highlights in the future, so that it doesn't look like a bug in our highlighting logic