Open
Description
I noticed this unconditional console.error
which I'd like to prevent to keep the console clean from errors that are already "caught" in an error boundary.
Maybe a condition on capturedError.errorBoundaryFound
could prevent this logging?