Closed
Description
As encountered in plotly/dash-core-components#729, it would be useful for component developers to expose degradation warnings / errors, etc. in Dash Devtools.
As currently implemented, only front-end errors thrown from within the React Error Boundary components are caught / handled by the Dash Devtools, making it impossible to both expose warning / error information to the user and rendering a component at the same time.