[Bug]: Demo - URL Params and Error Boundaries - Nested <p>
console error in CatchBoundary
#532
Closed
1 of 12 tasks
Labels
bug
Something isn't working
Which Remix packages are impacted?
remix
(Remix core)create-remix
@remix-run/architect
@remix-run/cloudflare-workers
@remix-run/dev
@remix-run/express
@remix-run/netlify
@remix-run/node
@remix-run/react
@remix-run/serve
@remix-run/server-runtime
@remix-run/vercel
What version of Remix are you using?
1.0.4
Steps to Reproduce
./examples/basic
npm i
npm dev
http://localhost:3000/
URL Params and Error Boundaries
underDemos In This App
This will be a 404
underClick these Links
Expected Behavior
No error occurs because the HTML structure is valid.
Actual Behavior
Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>.
Above error occurs because the HTML structure is not valid.
The text was updated successfully, but these errors were encountered: