rax icon indicating copy to clipboard operation
rax copied to clipboard

[BUG] componentDidCatch inconsistent behavior compared to React

Open SoloJiang opened this issue 4 years ago • 0 comments

Problem

  • After child component updated with error, parent component's componentDidCatch should be emitted, React example: https://codesandbox.io/s/hardcore-liskov-s2etm?file=/src/App.js
  • Missing error stacks

SoloJiang avatar May 10 '21 10:05 SoloJiang