Skip to content

Cannot copy a specific code block #1636

@hyunbinseo

Description

@hyunbinseo

https://svelte.dev/docs/kit/routing#error

<script lang="ts">
  import { page } from '$app/state';
</script>

<h1>{page.status}: {page.error.message}</h1>

Does not work on Chromium and Firefox. Reproducible without an ad-block.

  • Chrome/Edge: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'childNodes')
  • Firefox: Uncaught (in promise) TypeError: can't access property "childNodes", e is null

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions