Closed ryanmr closed 2 years ago
This bug also happens when using the layout
property in frontmatter: https://stackblitz.com/edit/github-hjcd9x?file=src%2Fpages%2F_layout.astro
Also, in my local project, the react component is used in the .mdx
file (not in the layout) and this bug still happens there. Unfortunately i was not able to reproduce that in stackblitz.
What version of
astro
are you using?1.0.0-rc.3
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
I have a
src/layouts/BlogPost.astro
as shown in the docs/starter for the astro blog, and I added the mdx integration.Here's the
BlogPost.astro
:Here's the basic mdx file: