Revert componentStack and ownerStack from error.js
The ownerStack captured in the error boundary returns the error
boundary's owner stack instead of the errored component's.
Remove componentStack and ownerStack from error.js props to
address them separately with a correct capture strategy.