react-performance
react-performance copied to clipboard
Fix exercise 1, 2, 6 tests
Every test gives the error: internals.injectProfilingHooks is not a function
This is what we have now. There's no longer an injectProfilingHooks value. Maybe we need to use the profiling version of React?
Might look into https://react-scan.com/ and see how they track renders. Maybe we could even use it 🤔