Root error boundary nested html tag #9996
Unanswered
adamsuskin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a little confused (and new to Remix so appreciate patience with me!) by the docs on error boundaries here: https://remix.run/docs/en/main/guides/not-found#root-error-boundary
The example root error boundary seems to be an entire html document, but when I load an unfound route intentionally, I still see the root layout. This means I get something like:
Should the error boundary just be a section? The docs also say to include Meta, Scripts, etc. but I'm curious then how to avoid double-including the html tag and other tags.
Beta Was this translation helpful? Give feedback.
All reactions