Skip to content

Error handling with a callback to get a stacktraceΒ #165

@astahmer

Description

@astahmer

Hey, great lib !

Using the components, I'd like to have a callback to log the error so that it doesn't get completely swallowed. It would help to debug some situations, especially if there was a stack trace.

From a quick glance at the code base, it could be done somewhere in there:

onRendered: (error) => {
if (error) {

what do you think ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions