Back

core #13772

fix(teleport): fix teleport with v-if to avoid null nextSibling error

by OlTrenin · Feb 06, 2026 at 19:39 UTC · scan-d934c74d59c00e3d

Low Risk (0%)

Get this automatically on every PR

Install the Axiomo GitHub App to get Signals as check runs and PR comments on every pull request.

Install App

Risk Assessment

Risk level: Low (0%)

Intent

3/3 criteria met

Fix teleport with v-if to avoid null nextSibling error

Acceptance Criteria

  • โœ“
    Prevent null nextSibling error during DOM updates

    Added null safety check in Teleport.ts

  • โœ“
    Ensure nested teleport with v-if works without errors

    New test added in Teleport.spec.ts to check for errors

  • โœ“
    Maintain teleport functionality during conditional rendering

    Tested conditional rendering in Teleport.spec.ts

Confidence: 95.0% Source: pr description AI: openai

Contributors

OlTrenin PR Author 1 commit ? Low Trust
Account Age: 817 days
Prior PRs: 4

Has 0 merged PRs to this repo. unfamiliar with 2 files.

Evidence

Evidence Completeness: 0.0%
Missing: ci_passing, tests_passing, lint_passing, security_scan_clean, coverage_maintained, build_successful

Supply Chain

None Risk
Modifies dependencies
Modifies lockfile
Modifies CI config
Modifies build scripts

Focus Files

Review 2 file(s)

packages/runtime-core/__tests__/components/Teleport.spec.ts +34

Source code

medium
packages/runtime-core/src/components/Teleport.ts +3

Source code

medium

Triage

12

minutes to review

low

effort level

none

staleness risk

Standard review process

Recommendation

NEEDS DISCUSSION 45.0% readiness

Insufficient evidence (CI/tests) to evaluate

Next Steps

Question

Why is ci_passing missing? Consider adding this check.

Question

Why is tests_passing missing? Consider adding this check.