astro/test/fixtures
Matthew Phillips eb984559a8
Fix dynamic React components (#111)
Another change in snowpack@3 caused this bug. It's not actually a bug in snowpack. Previously snowpack was keeping its list of installed packages in a global cache. In 3.3 it stopped doing so. We were accidentally relying on that global cache to be able to resolve dynamic components.

This fixes it so that we use the frontend snowpack instance to resolve dynamic components. Doing so means they are available when we try to load them.
2021-04-19 14:41:06 -04:00
..
astro-basic/astro Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-collection/astro/pages Add Astro.fetchContent API (#91) 2021-04-13 18:08:32 -06:00
astro-doctype/astro/pages Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-dynamic/astro Fix dynamic React components (#111) 2021-04-19 14:41:06 -04:00
astro-expr Parse inner JSX as Astro (#67) 2021-04-09 14:09:13 -04:00
astro-fallback Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-markdown fix: bundle client-side code for components used in .md pages (#78) 2021-04-13 13:04:01 -04:00
astro-request/astro/pages Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-styles-ssr/astro Allow no config (#61) 2021-04-05 15:56:46 -06:00
react-component/astro Use import specifier rather than filename (#71) 2021-04-09 14:23:25 -06:00