Ben Huang
Ben Huang
@bvaughn Thank you for the very thoughtful comments. I will need to take some time to digest them,
I add a new prop option `suppressLogging` to `ErrorBoundary`, so that the suppress-logging behavior becomes optional. In order for this to work, I add some condition-trigger logic to `shouldComponentUpdate` and...
Upon your suggestion, I wrap the suppress-logging trigger in the `showBoundary` function utilizing the `ErrorBoundaryContext`. Here is the workflow: ```mermaid flowchart TD showBoundary1 -- error --> window -- log -->...