mediawiki/extensions/ReportIncident (main)

sourcepatches
$ date
--- stdout ---
Thu Nov 20 23:06:36 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-ReportIncident.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
2636c9ff3206476c7285140270402dd863f466ea refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@wdio/cli": {
      "name": "@wdio/cli",
      "severity": "high",
      "isDirect": true,
      "via": [
        "inquirer",
        "webdriverio",
        "yarn-install"
      ],
      "effects": [
        "@wdio/junit-reporter",
        "@wdio/local-runner",
        "@wdio/spec-reporter"
      ],
      "range": "<=9.0.0-alpha.426",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "@wdio/junit-reporter": {
      "name": "@wdio/junit-reporter",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/cli"
      ],
      "effects": [],
      "range": "6.0.4 - 8.0.0-alpha.631",
      "nodes": [
        "node_modules/@wdio/junit-reporter"
      ],
      "fixAvailable": {
        "name": "@wdio/junit-reporter",
        "version": "9.20.0",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/cli",
        "@wdio/runner"
      ],
      "effects": [],
      "range": "6.0.4 - 8.46.0",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.46.0",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "@wdio/spec-reporter": {
      "name": "@wdio/spec-reporter",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/cli"
      ],
      "effects": [],
      "range": "6.0.4 - 8.0.0-alpha.631",
      "nodes": [
        "node_modules/@wdio/spec-reporter"
      ],
      "fixAvailable": {
        "name": "@wdio/spec-reporter",
        "version": "9.20.0",
        "isSemVerMajor": true
      }
    },
    "cross-spawn": {
      "name": "cross-spawn",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1104663,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<6.0.6"
        }
      ],
      "effects": [
        "yarn-install"
      ],
      "range": "<6.0.6",
      "nodes": [
        "node_modules/yarn-install/node_modules/cross-spawn"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "nodes": [
        "node_modules/devtools"
      ],
      "fixAvailable": true
    },
    "external-editor": {
      "name": "external-editor",
      "severity": "low",
      "isDirect": false,
      "via": [
        "tmp"
      ],
      "effects": [
        "inquirer"
      ],
      "range": ">=1.1.1",
      "nodes": [
        "node_modules/external-editor"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "form-data": {
      "name": "form-data",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1109540,
          "name": "form-data",
          "dependency": "form-data",
          "title": "form-data uses unsafe random function in form-data for choosing boundary",
          "url": "https://github.com/advisories/GHSA-fjxv-7rqg-78g4",
          "severity": "critical",
          "cwe": [
            "CWE-330"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<2.5.4"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<2.5.4",
      "nodes": [
        "node_modules/request/node_modules/form-data"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "glob": {
      "name": "glob",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1109842,
          "name": "glob",
          "dependency": "glob",
          "title": "glob CLI: Command injection via -c/--cmd executes matches with shell:true",
          "url": "https://github.com/advisories/GHSA-5j98-mcp5-4vw2",
          "severity": "high",
          "cwe": [
            "CWE-78"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": ">=10.2.0 <10.5.0"
        }
      ],
      "effects": [],
      "range": "10.2.0 - 10.4.5",
      "nodes": [
        "node_modules/js-beautify/node_modules/glob"
      ],
      "fixAvailable": true
    },
    "inquirer": {
      "name": "inquirer",
      "severity": "low",
      "isDirect": false,
      "via": [
        "external-editor"
      ],
      "effects": [
        "@wdio/cli"
      ],
      "range": "3.0.0 - 8.2.6 || 9.0.0 - 9.3.7",
      "nodes": [
        "node_modules/inquirer"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "js-yaml": {
      "name": "js-yaml",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1109801,
          "name": "js-yaml",
          "dependency": "js-yaml",
          "title": "js-yaml has prototype pollution in merge (<<)",
          "url": "https://github.com/advisories/GHSA-mh29-5h37-fv8m",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<3.14.2"
        },
        {
          "source": 1109802,
          "name": "js-yaml",
          "dependency": "js-yaml",
          "title": "js-yaml has prototype pollution in merge (<<)",
          "url": "https://github.com/advisories/GHSA-mh29-5h37-fv8m",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": ">=4.0.0 <4.1.1"
        }
      ],
      "effects": [],
      "range": "<3.14.2 || >=4.0.0 <4.1.1",
      "nodes": [
        "node_modules/@eslint/eslintrc/node_modules/js-yaml",
        "node_modules/cosmiconfig/node_modules/js-yaml",
        "node_modules/eslint-plugin-unicorn/node_modules/js-yaml",
        "node_modules/eslint/node_modules/js-yaml",
        "node_modules/js-yaml",
        "node_modules/mocha/node_modules/js-yaml"
      ],
      "fixAvailable": true
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "request"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "tar-fs",
        "ws"
      ],
      "effects": [
        "devtools",
        "webdriverio"
      ],
      "range": "10.0.0 - 22.11.1",
      "nodes": [
        "node_modules/devtools/node_modules/puppeteer-core",
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "request": {
      "name": "request",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "form-data",
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "tar-fs": {
      "name": "tar-fs",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1109532,
          "name": "tar-fs",
          "dependency": "tar-fs",
          "title": "tar-fs has a symlink validation bypass if destination directory is predictable with a specific tarball",
          "url": "https://github.com/advisories/GHSA-vj76-c3g6-qr5v",
          "severity": "high",
          "cwe": [
            "CWE-22",
            "CWE-61"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": ">=2.0.0 <2.1.4"
        },
        {
          "source": 1109543,
          "name": "tar-fs",
          "dependency": "tar-fs",
          "title": "tar-fs can extract outside the specified dir with a specific tarball",
          "url": "https://github.com/advisories/GHSA-8cj5-5rvv-wf4v",
          "severity": "high",
          "cwe": [
            "CWE-22"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": ">=2.0.0 <2.1.3"
        },
        {
          "source": 1109552,
          "name": "tar-fs",
          "dependency": "tar-fs",
          "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File",
          "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx",
          "severity": "high",
          "cwe": [
            "CWE-22"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
          },
          "range": ">=2.0.0 <2.1.2"
        }
      ],
      "effects": [
        "puppeteer-core"
      ],
      "range": "2.0.0 - 2.1.3",
      "nodes": [
        "node_modules/tar-fs"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "tmp": {
      "name": "tmp",
      "severity": "low",
      "isDirect": false,
      "via": [
        {
          "source": 1109537,
          "name": "tmp",
          "dependency": "tmp",
          "title": "tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter",
          "url": "https://github.com/advisories/GHSA-52f5-9888-hmc6",
          "severity": "low",
          "cwe": [
            "CWE-59"
          ],
          "cvss": {
            "score": 2.5,
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<=0.2.3"
        }
      ],
      "effects": [
        "external-editor"
      ],
      "range": "<=0.2.3",
      "nodes": [
        "node_modules/tmp"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097682,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/request/node_modules/tough-cookie"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "validator": {
      "name": "validator",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1109241,
          "name": "validator",
          "dependency": "validator",
          "title": "validator.js has a URL validation bypass vulnerability in its isURL function",
          "url": "https://github.com/advisories/GHSA-9965-vmph-33xx",
          "severity": "moderate",
          "cwe": [
            "CWE-79"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<13.15.20"
        }
      ],
      "effects": [],
      "range": "<13.15.20",
      "nodes": [
        "node_modules/validator"
      ],
      "fixAvailable": true
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "<=5.1.0",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "webdriverio": {
      "name": "webdriverio",
      "severity": "high",
      "isDirect": false,
      "via": [
        "devtools",
        "puppeteer-core"
      ],
      "effects": [
        "@wdio/cli",
        "@wdio/runner"
      ],
      "range": "7.16.5 - 8.46.0",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098392,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=8.0.0 <8.17.1"
        }
      ],
      "effects": [
        "puppeteer-core"
      ],
      "range": "8.0.0 - 8.17.0",
      "nodes": [
        "node_modules/devtools/node_modules/ws",
        "node_modules/puppeteer-core/node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    },
    "yarn-install": {
      "name": "yarn-install",
      "severity": "high",
      "isDirect": false,
      "via": [
        "cross-spawn"
      ],
      "effects": [
        "@wdio/cli"
      ],
      "range": "*",
      "nodes": [
        "node_modules/yarn-install"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.20.1",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 3,
      "moderate": 5,
      "high": 13,
      "critical": 2,
      "total": 23
    },
    "dependencies": {
      "prod": 1,
      "dev": 1441,
      "optional": 4,
      "peer": 1,
      "peerOptional": 0,
      "total": 1441
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 38 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.3.2)
  - Locking composer/semver (3.4.4)
  - Locking composer/spdx-licenses (1.5.9)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.2.0)
  - Locking doctrine/deprecations (1.1.5)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v48.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.17.0)
  - Locking mediawiki/minus-x (1.1.3)
  - Locking mediawiki/phan-taint-check-plugin (7.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking netresearch/jsonmapper (v4.5.0)
  - Locking phan/phan (5.5.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.4.0)
  - Locking phpcsstandards/phpcsextra (1.4.0)
  - Locking phpcsstandards/phpcsutils (1.1.1)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.6.4)
  - Locking phpdocumentor/type-resolver (1.11.0)
  - Locking phpstan/phpdoc-parser (2.3.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.2)
  - Locking sabre/event (5.1.7)
  - Locking squizlabs/php_codesniffer (3.13.2)
  - Locking symfony/console (v7.3.6)
  - Locking symfony/deprecation-contracts (v3.6.0)
  - Locking symfony/polyfill-ctype (v1.33.0)
  - Locking symfony/polyfill-intl-grapheme (v1.33.0)
  - Locking symfony/polyfill-intl-normalizer (v1.33.0)
  - Locking symfony/polyfill-mbstring (v1.33.0)
  - Locking symfony/polyfill-php80 (v1.33.0)
  - Locking symfony/service-contracts (v3.6.1)
  - Locking symfony/string (v7.3.4)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.12.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 38 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing squizlabs/php_codesniffer (3.13.2): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.2.0): Extracting archive
  - Installing composer/pcre (3.3.2): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.1.1): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.4.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.33.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.9): Extracting archive
  - Installing composer/semver (3.4.4): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v48.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-php80 (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.33.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.33.0): Extracting archive
  - Installing symfony/string (v7.3.4): Extracting archive
  - Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.6.1): Extracting archive
  - Installing symfony/console (v7.3.6): Extracting archive
  - Installing sabre/event (5.1.7): Extracting archive
  - Installing netresearch/jsonmapper (v4.5.0): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
  - Installing webmozart/assert (1.12.1): Extracting archive
  - Installing phpstan/phpdoc-parser (2.3.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.5): Extracting archive
  - Installing phpdocumentor/type-resolver (1.11.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.4): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (3.0.2): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.5.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (7.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.17.0): Extracting archive
  - Installing mediawiki/minus-x (1.1.3): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
  0/36 [>---------------------------]   0%
 28/36 [=====================>------]  77%
 36/36 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
Upgrading n:@wikimedia/codex from 2.2.1 -> 2.3.2
$ /usr/bin/npm install
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex@2.3.2',
npm WARN EBADENGINE   required: { npm: '>=10.8.2', node: '>=20.19.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-icons@2.3.2',
npm WARN EBADENGINE   required: { npm: '>=10.8.2', node: '>=20.19.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @types/easy-table@1.2.3: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed.
npm WARN deprecated osenv@0.1.5: This package is no longer supported.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated sinon@12.0.1: 16.1.1
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 1440 packages, and audited 1441 packages in 21s

174 packages are looking for funding
  run `npm fund` for details

23 vulnerabilities (3 low, 5 moderate, 13 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ package-lock-lint /src/repo/package-lock.json
--- stdout ---
Checking /src/repo/package-lock.json

--- end ---
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex@2.3.2',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.2' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-icons@2.3.2',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.2' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @types/easy-table@1.2.3: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed.
npm WARN deprecated osenv@0.1.5: This package is no longer supported.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated sinon@12.0.1: 16.1.1
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 1440 packages, and audited 1441 packages in 29s

174 packages are looking for funding
  run `npm fund` for details

23 vulnerabilities (3 low, 5 moderate, 13 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ /usr/bin/npm test
--- stderr ---
PASS tests/jest/components/reportIncidentDialog.test.js
PASS tests/jest/stores/form.test.js
PASS tests/jest/useInstrument.test.js
FAIL tests/jest/components/reportImmediateHarmStep.test.js (19.149 s)
  ● Console

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

  ● ReportImmediateHarmStep › Should query allusers API on call to onReportedUserInput

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Should query allusers API on call to onReportedUserInput

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Should query allusers API on call to onReportedUserInput

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API promise rejects

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API promise rejects

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but input is updated before API request finished

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API returns unparsable response

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API returns unparsable response

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput twice within the debounce period

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput twice within the debounce period

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput twice within the debounce period

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

PASS tests/jest/components/SubmitSuccessStep.test.js
PASS tests/jest/components/reportIncidentDialogTypesOfBehavior.test.js
PASS tests/jest/components/CharacterLimitedTextArea.test.js
PASS tests/jest/components/emailAlertDialog.test.js
PASS tests/jest/components/ParsedMessage.test.js
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
FAIL tests/jest/components/reportIncidentDialogStep1.test.js
  ● Test suite failed to run

    Jest worker encountered 4 child process exceptions, exceeding retry limit

      at ChildProcessWorker.initialize (node_modules/jest-worker/build/workers/ChildProcessWorker.js:181:21)

node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
FAIL tests/jest/components/app.test.js
  ● Test suite failed to run

    Jest worker encountered 4 child process exceptions, exceeding retry limit

      at ChildProcessWorker.initialize (node_modules/jest-worker/build/workers/ChildProcessWorker.js:181:21)

Jest: "global" coverage threshold for branches (76%) not met: 71.98%
Jest: "global" coverage threshold for lines (77%) not met: 76.86%
Test Suites: 3 failed, 8 passed, 11 total
Tests:       5 failed, 75 passed, 80 total
Snapshots:   0 total
Time:        121.114 s
Ran all test suites.
--- stdout ---

> test
> npm run test:grunt && npm run test:unit


> test:grunt
> grunt test

Running "eslint:all" (eslint) task

Running "banana:ReportIncident" (banana) task
>> 1 message directory checked.

Running "stylelint:all" (stylelint) task
>> Linted 13 files without errors

Done.

> test:unit
> jest

------------------------------------------|---------|----------|---------|---------|-----------------------------
File                                      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s           
------------------------------------------|---------|----------|---------|---------|-----------------------------
All files                                 |   77.12 |    71.98 |   68.84 |   76.86 |                             
 components                               |   72.48 |    66.09 |   64.16 |      72 |                             
  App.vue                                 |       0 |        0 |       0 |       0 | 1-188                       
  CharacterLimitedTextArea.vue            |     100 |      100 |     100 |     100 |                             
  EmailAlertDialog.vue                    |    90.9 |      100 |   66.66 |    90.9 | 36,59                       
  ParsedMessage.vue                       |     100 |       50 |     100 |     100 | 32                          
  ReportImmediateHarmStep.vue             |   92.53 |      100 |   77.27 |   92.18 | 53,68,207-211,233           
  ReportIncidentDialog.vue                |   92.96 |    90.14 |     100 |    92.8 | 177-178,182,229-231,235-237 
  ReportIncidentDialogStep1.vue           |       0 |        0 |       0 |       0 | 3-178                       
  ReportIncidentDialogTypesOfBehavior.vue |   89.13 |       90 |   73.33 |   88.09 | 56-57,115-120,132           
  SubmitSuccessStep.vue                   |     100 |      100 |     100 |     100 |                             
 composables                              |     100 |      100 |     100 |     100 |                             
  useInstrument.js                        |     100 |      100 |     100 |     100 |                             
 stores                                   |   96.38 |    86.04 |     100 |   96.38 |                             
  Form.js                                 |   96.38 |    86.04 |     100 |   96.38 | 52,58,119                   
------------------------------------------|---------|----------|---------|---------|-----------------------------

--- end ---
$ node_modules/.bin/jest -u
--- stderr ---
PASS tests/jest/components/reportIncidentDialogTypesOfBehavior.test.js
PASS tests/jest/components/SubmitSuccessStep.test.js
PASS tests/jest/components/CharacterLimitedTextArea.test.js
PASS tests/jest/useInstrument.test.js
PASS tests/jest/components/reportIncidentDialog.test.js
PASS tests/jest/stores/form.test.js
PASS tests/jest/components/ParsedMessage.test.js
PASS tests/jest/components/emailAlertDialog.test.js
FAIL tests/jest/components/reportImmediateHarmStep.test.js (17.19 s)
  ● Console

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

    console.warn
      [Vue warn]: Unhandled error during execution of app errorHandler

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:53:13)
      at logError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:264:5)
      at handleError (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:256:3)
      at checkRecursiveUpdates (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:436:5)
      at check (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:394:26)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:399:13)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:427:7)

  ● ReportImmediateHarmStep › Should query allusers API on call to onReportedUserInput

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Should query allusers API on call to onReportedUserInput

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Should query allusers API on call to onReportedUserInput

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API promise rejects

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API promise rejects

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but input is updated before API request finished

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API returns unparsable response

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput but API returns unparsable response

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput twice within the debounce period

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput twice within the debounce period

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

  ● ReportImmediateHarmStep › Call to onReportedUserInput twice within the debounce period

    thrown: "Maximum recursive updates exceeded in component <CdxLookup>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

      at _getError (node_modules/jest-circus/build/utils.js:432:18)
          at Array.map (<anonymous>)

node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
FAIL tests/jest/components/reportIncidentDialogStep1.test.js
  ● Test suite failed to run

    Jest worker encountered 4 child process exceptions, exceeding retry limit

      at ChildProcessWorker.initialize (node_modules/jest-worker/build/workers/ChildProcessWorker.js:181:21)

node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maximum recursive updates exceeded in component <CdxSelect>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.19.2
FAIL tests/jest/components/app.test.js
  ● Test suite failed to run

    Jest worker encountered 4 child process exceptions, exceeding retry limit

      at ChildProcessWorker.initialize (node_modules/jest-worker/build/workers/ChildProcessWorker.js:181:21)

Jest: "global" coverage threshold for branches (76%) not met: 71.98%
Jest: "global" coverage threshold for lines (77%) not met: 76.86%
Test Suites: 3 failed, 8 passed, 11 total
Tests:       5 failed, 75 passed, 80 total
Snapshots:   0 total
Time:        123.469 s
Ran all test suites.
--- stdout ---
------------------------------------------|---------|----------|---------|---------|-----------------------------
File                                      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s           
------------------------------------------|---------|----------|---------|---------|-----------------------------
All files                                 |   77.12 |    71.98 |   68.84 |   76.86 |                             
 components                               |   72.48 |    66.09 |   64.16 |      72 |                             
  App.vue                                 |       0 |        0 |       0 |       0 | 1-188                       
  CharacterLimitedTextArea.vue            |     100 |      100 |     100 |     100 |                             
  EmailAlertDialog.vue                    |    90.9 |      100 |   66.66 |    90.9 | 36,59                       
  ParsedMessage.vue                       |     100 |       50 |     100 |     100 | 32                          
  ReportImmediateHarmStep.vue             |   92.53 |      100 |   77.27 |   92.18 | 53,68,207-211,233           
  ReportIncidentDialog.vue                |   92.96 |    90.14 |     100 |    92.8 | 177-178,182,229-231,235-237 
  ReportIncidentDialogStep1.vue           |       0 |        0 |       0 |       0 | 3-178                       
  ReportIncidentDialogTypesOfBehavior.vue |   89.13 |       90 |   73.33 |   88.09 | 56-57,115-120,132           
  SubmitSuccessStep.vue                   |     100 |      100 |     100 |     100 |                             
 composables                              |     100 |      100 |     100 |     100 |                             
  useInstrument.js                        |     100 |      100 |     100 |     100 |                             
 stores                                   |   96.38 |    86.04 |     100 |   96.38 |                             
  Form.js                                 |   96.38 |    86.04 |     100 |   96.38 | 52,58,119                   
------------------------------------------|---------|----------|---------|---------|-----------------------------

--- end ---
Traceback (most recent call last):
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 326, in npm_test
    self.check_call(["npm", "test"])
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/venv/lib/python3.13/site-packages/runner/shell2.py", line 63, in check_call
    res.check_returncode()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
                             self.stderr)
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 2044, in main
    libup.run(args.repo, args.output, args.branch)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1980, in run
    self.npm_upgrade(plan)
    ~~~~~~~~~~~~~~~~^^^^^^
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1259, in npm_upgrade
    self.npm_test()
    ~~~~~~~~~~~~~^^
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 331, in npm_test
    self.check_call(["node_modules/.bin/jest", "-u"])
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/venv/lib/python3.13/site-packages/runner/shell2.py", line 63, in check_call
    res.check_returncode()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
                             self.stderr)
subprocess.CalledProcessError: Command '['node_modules/.bin/jest', '-u']' returned non-zero exit status 1.

composer dependencies

Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.