mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d4ac7689f9
Currently you need to do one of either: 1. Install React DevTools 2. Install React Refresh 3. Add Profiler component To opt in to component level profiling. It was a bit confusing that some of the fixtures was doing 2 which made them work while other was depending on if you had DevTools. Really React Refresh shouldn't really opt you in I think.