Skip to content

Incorrect error stack #10

Closed
Closed
@ivantsov

Description

@ivantsov

When error occurs in render method, console.error(err) will be called and it will show wrong callstack:
wrong-stack

I think you should use console.error(err.stack) instead. It will produce correct call stack:
right-stack

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