🐛 BUG: integrations array is non-communicative #3611
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
pkg: preact
Related to Preact (scope)
pkg: react
Related to React (scope)
pkg: solid
Related to Solid (scope)
What version of
astro
are you using?1.0.0-beta.46
Are you using an SSR adapter? If so, which one?
null
What package manager are you using?
repro'd on both
pnpm
andnpm
What operating system are you using?
Repro'd in Stackblitz in Chrome and MacOS 12.4
Describe the Bug
The integrations array in
astro.config.js
is non-communicative.Using both the
solid-js
andpreact
adapters will break if the solid adapter comes before the preact adapter.e.g.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-gvag35?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: