Skip to content

🐛 BUG: [Next] Renderer order causes error #1685

@drwpow

Description

@drwpow

What package manager are you using?

pnpm

What operating system are you using?

Mac

Describe the Bug

❌ This fails:

renderers: ['@astrojs/renderer-react', '@astrojs/renderer-preact']

✅ This passes:

renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react']

🤷‍♂️

Steps to Reproduce

Use framework-multiple or with-markdown or any example with multiple JSX renderers. You’ll either see it working, or:

Cannot read properties of undefined (reading '__H')

Link to Minimal Reproducible Example (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions