componentStack property

String componentStack

The component stack trace associated with this error.

See: https://reactjs.org/docs/error-boundaries.html#component-stack-traces

Implementation

external String get componentStack;
void componentStack=(String value)

Implementation

external set componentStack(String value);