rax
rax copied to clipboard
[BUG] componentDidCatch inconsistent behavior compared to React
Problem
- After child component updated with error, parent component's
componentDidCatchshould be emitted, React example: https://codesandbox.io/s/hardcore-liskov-s2etm?file=/src/App.js - Missing error stacks