Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/vuePublic

Custom error handler causing recursive error handling leading to Maximum call stack size exceeded error #13241

Open
@adamreisnz

Description

@adamreisnz

Looking at the code forcallWithErrorHandling, it has atry/catch block which will callhandleError when an error occurs.

However,handleError will then try to process the error withcallWithErrorHandling again, which leads to infinite recursion, causingRangeError Maximum call stack size exceeded.

Image

Aside from making sure the custom error handler doesn't ever throw any errors, can we maybe prevent within Vue thatcallWithErrorHandling will not be called again recursively if it itself has errored?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp