Endre Vegh
Endre Vegh
### Description Fixes # (issue) #### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...
### Description React-Live did not catch a runtime error (not caught in the transpile phase). We can't catch all errors (like event handlers) but we can catch `useEffect`'s cleanup functions....
### Description That is a tricky issue. The problem is with AreaCharts (or LineCharts) when we use them in stacked mode. We opt-in for stack mode by wrapping the Chart...