- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 195
Closed
Labels
Description
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