You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when using <Meta name="description" content="..." /> in MDX files with SolidStart:
Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
Steps to reproduce:
1. Open this StackBlitz project: https://stackblitz.com/edit/node-lctb8x
2. Once the website is ready, navigate to "MDX Doc 1"
3. Click on the reload page button of StackBlitz
4. Navigate to "MDX Doc 2"
The error does not occur when navigating to "index", pressing the reload button and then navigating between the MDX files.
The text was updated successfully, but these errors were encountered:
I get the following error when using
<Meta name="description" content="..." />
in MDX files with SolidStart:Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
Steps to reproduce:
1. Open this StackBlitz project: https://stackblitz.com/edit/node-lctb8x
2. Once the website is ready, navigate to "MDX Doc 1"
3. Click on the reload page button of StackBlitz
4. Navigate to "MDX Doc 2"
The error does not occur when navigating to "index", pressing the reload button and then navigating between the MDX files.
The text was updated successfully, but these errors were encountered: