[Bug]: nested <p>
tag in another <p>
in a couple of examples
#535
Labels
bug
Something isn't working
<p>
tag in another <p>
in a couple of examples
#535
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
In the
examples/basic
andexamples/blog-tutorial
console
fromdevtools
Expected Behavior
No errors in the console other than HTTP errors such as
401
and404
Actual Behavior
A warning saying that
<p>
should not be nested into another<p>
Exact warning:
Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>.
The text was updated successfully, but these errors were encountered: