Files
react/packages/react-devtools-shared/src/__tests__
Brian Vaughn 56efc65e58 DevTools should properly report re-renders due to (use)context changes (#22746)
Note that this only fixes things for newer versions of React (e.g. 18 alpha). Older versions will remain broken because there's not a good way to read the most recent context value for a location in the tree after render has completed. This is because React maintains a stack of context values during render, but by the time DevTools is called– render has finished and the stack is empty.
2021-11-11 14:22:22 -05:00
..
2019-08-27 10:54:01 -07:00
2021-11-04 19:49:06 -04:00
2019-08-13 17:58:03 -07:00