astro/examples
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
..
blog Improve Tailwind docs & Tailwind support (#92) 2021-04-14 10:36:00 -06:00
kitchen-sink Fix dynamic React components (#111) 2021-04-19 14:41:06 -04:00
snowpack Pass mode into snowpack runtime (#99) 2021-04-16 13:15:27 -04:00
tailwindcss Improve Tailwind docs & Tailwind support (#92) 2021-04-14 10:36:00 -06:00