mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Implement component stacks This uses a reverse linked list in DEV-only to keep track of where we're currently executing. * Fix bug that wasn't picking up the right stack at suspended boundaries This makes it more explicit which stack we pass in to be retained by the task.