-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels