mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
4b62400765
This lets you customize the filter, for example allowing node_modules or filter out additional functions that you don't want to include when sending the stack to the client. Notably this doesn't filter out Server Components out of the parent stack. Those are just like a view of the tree by name. Not virtual stack frames.